Loading mail settings if they exist \nProper up/down history movement in nrepl
This commit is contained in:
parent
867a87387c
commit
a7e4801f3b
4 changed files with 15 additions and 2 deletions
3
init.el
3
init.el
|
|
@ -70,6 +70,9 @@
|
|||
;; Actual servers and such are loaded from irc.el
|
||||
(load-file-if-exists "~/.emacs.d/init-irc.el")
|
||||
|
||||
;; Mail configuration (mu4e && mbsync)
|
||||
(load-file-if-exists "~/.emacs.d/init-mail.el")
|
||||
|
||||
;; Load magnars' string manipulation library
|
||||
(require 's)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue