removing a start of server sometimes and adding my bin dir
This commit is contained in:
parent
49c6fd5de8
commit
1011242495
3 changed files with 6 additions and 6 deletions
|
@ -185,13 +185,13 @@ Let's also turn on =recentf-mode=.
|
|||
#+end_src
|
||||
|
||||
Finally this is not part of the UI but let's do this early and start the server so I can use emacsclient from my WM.
|
||||
#+begin_src emacs-lisp
|
||||
#+begin_src emacs-lisp :tangle no
|
||||
(server-start)
|
||||
#+end_src
|
||||
|
||||
I will also add my personal scripts to emacs' PATH
|
||||
#+begin_src emacs-lisp
|
||||
(add-to-list 'exec-path "/home/chris/scripts")
|
||||
(add-to-list 'exec-path "/home/chris/bin")
|
||||
#+end_src
|
||||
|
||||
Let's also set org-mode as the scratch buffer mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue