Fix GNU Emacs exec-path
This commit is contained in:
parent
a8d56693d2
commit
83b8408a35
@ -123,9 +123,6 @@
|
|||||||
;;
|
;;
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(require 'exec-path-from-shell)
|
|
||||||
(exec-path-from-shell-initialize)
|
|
||||||
|
|
||||||
(recentf-mode 1)
|
(recentf-mode 1)
|
||||||
(put 'upcase-region 'disabled nil)
|
(put 'upcase-region 'disabled nil)
|
||||||
|
|
||||||
@ -142,7 +139,7 @@
|
|||||||
|
|
||||||
(add-hook 'before-save-hook #'gofmt-before-save)
|
(add-hook 'before-save-hook #'gofmt-before-save)
|
||||||
|
|
||||||
(setq exec-path (split-string (getenv "PATH") ":"))
|
(setq exec-path (append exec-path (split-string (getenv "PATH") ":")))
|
||||||
|
|
||||||
(defun auto-complete-for-go ()
|
(defun auto-complete-for-go ()
|
||||||
(metafmt-mode 1)
|
(metafmt-mode 1)
|
||||||
|
@ -86,7 +86,7 @@ in {
|
|||||||
# Version control
|
# Version control
|
||||||
magit git-gutter
|
magit git-gutter
|
||||||
# Generic
|
# Generic
|
||||||
smex w3m exec-path-from-shell org-kanban
|
smex w3m org-kanban
|
||||||
# Appearance
|
# Appearance
|
||||||
zenburn-theme solarized-theme
|
zenburn-theme solarized-theme
|
||||||
# IM
|
# IM
|
||||||
@ -100,9 +100,6 @@ in {
|
|||||||
])
|
])
|
||||||
))
|
))
|
||||||
|
|
||||||
# We need to have `telega-server` in $PATH
|
|
||||||
unstable.emacsPackagesNg.melpaPackages.telega
|
|
||||||
|
|
||||||
# dev
|
# dev
|
||||||
go gnumake gcc clang clang-analyzer global ponyc
|
go gnumake gcc clang clang-analyzer global ponyc
|
||||||
maven binutils-unwrapped openssl bison flex fop libxslt
|
maven binutils-unwrapped openssl bison flex fop libxslt
|
||||||
|
Loading…
Reference in New Issue
Block a user