Don't try to load broken eshell settings
This commit is contained in:
parent
db26edaf4d
commit
26e966b56f
2
init.el
2
init.el
@ -107,8 +107,6 @@
|
|||||||
(defvar save-place-file
|
(defvar save-place-file
|
||||||
(expand-file-name "file-position-save" backup-directory))
|
(expand-file-name "file-position-save" backup-directory))
|
||||||
|
|
||||||
;; load eshell stuff when we start eshell
|
|
||||||
(add-hook 'eshell-mode-hook #'(lambda () (require 'eshell-settings)))
|
|
||||||
;; Display "labmda" as λ
|
;; Display "labmda" as λ
|
||||||
(global-prettify-symbols-mode 1)
|
(global-prettify-symbols-mode 1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user