diff --git a/config.org b/config.org index 6a33869..9ccdd94 100644 --- a/config.org +++ b/config.org @@ -223,6 +223,11 @@ Now setup our theming '(highlight-indent-guides-top-character-face :foreground "#70b433") '(highlight-indent-guides-stack-character-face :foreground "#a580e2")) #+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 ** Evil Mode Emacs is best vim, fite me