Use emacs server and configure aliases and git
This commit is contained in:
parent
86e9b383b1
commit
80e7f23c87
2 changed files with 7 additions and 0 deletions
|
|
@ -515,6 +515,11 @@
|
|||
:init
|
||||
(savehist-mode))
|
||||
|
||||
(use-package server
|
||||
:defer 2
|
||||
:config
|
||||
(server-start))
|
||||
|
||||
(use-package smartparens
|
||||
:hook ((prog-mode . smartparens-mode))
|
||||
:bind
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue