Set uniqify style
This commit is contained in:
parent
5a9cbd32ae
commit
39f36f39ab
|
@ -223,6 +223,11 @@ Now setup our theming
|
||||||
'(highlight-indent-guides-top-character-face :foreground "#70b433")
|
'(highlight-indent-guides-top-character-face :foreground "#70b433")
|
||||||
'(highlight-indent-guides-stack-character-face :foreground "#a580e2"))
|
'(highlight-indent-guides-stack-character-face :foreground "#a580e2"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** Uniquify
|
||||||
|
Include part of the path to uniquify buffer names
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(setq uniquify-buffer-name-style 'forward)
|
||||||
|
#+end_src
|
||||||
* Basic Editing
|
* Basic Editing
|
||||||
** Evil Mode
|
** Evil Mode
|
||||||
Emacs is best vim, fite me
|
Emacs is best vim, fite me
|
||||||
|
|
Loading…
Reference in New Issue