Updates
This commit is contained in:
parent
f2e4470aaa
commit
2c90c38b12
@ -5,7 +5,7 @@
|
|||||||
;; Add the lib directory to the load path
|
;; Add the lib directory to the load path
|
||||||
(add-to-list 'load-path (expand-file-name "whomp" user-emacs-directory))
|
(add-to-list 'load-path (expand-file-name "whomp" user-emacs-directory))
|
||||||
|
|
||||||
;; Add the thwap.d directory to the load path
|
;; Add the whomp.d directory to the load path
|
||||||
(add-to-list 'load-path (expand-file-name "whomp.d" user-emacs-directory))
|
(add-to-list 'load-path (expand-file-name "whomp.d" user-emacs-directory))
|
||||||
|
|
||||||
|
|
||||||
|
7
init.el
7
init.el
@ -30,6 +30,13 @@
|
|||||||
(global-auto-revert-mode 1)
|
(global-auto-revert-mode 1)
|
||||||
(setq global-auto-revert-non-file-buffers t)
|
(setq global-auto-revert-non-file-buffers t)
|
||||||
|
|
||||||
|
;; Load shell env for POSIX shells
|
||||||
|
(use-package exec-path-from-shell
|
||||||
|
:straight t
|
||||||
|
:defer t)
|
||||||
|
(require 'exec-path-from-shell) ;; if not using the ELPA package
|
||||||
|
(exec-path-from-shell-initialize)
|
||||||
|
|
||||||
(setq browse-url-browser-function 'browse-url)
|
(setq browse-url-browser-function 'browse-url)
|
||||||
|
|
||||||
(setq custom-init (locate-user-emacs-file "custom-init.el"))
|
(setq custom-init (locate-user-emacs-file "custom-init.el"))
|
||||||
|
Loading…
Reference in New Issue
Block a user