From 39f36f39ab2dd4a909c77422fd87e560f2933392 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 11 May 2023 11:36:21 -0400 Subject: [PATCH] Set uniqify style --- config.org | 5 +++++ 1 file changed, 5 insertions(+) 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