From c994d50f235efeaf817a34b6e7ff094f7636d3ff Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 29 Sep 2020 14:31:27 +0000 Subject: modules/emacs: set uniquify-buffer-name-style I find the "forward" style much easier to understand. --- modules/workstation/emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/workstation/emacs') diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el index 174fa8b56b2d..734735db2f97 100644 --- a/modules/workstation/emacs/init.el +++ b/modules/workstation/emacs/init.el @@ -5,7 +5,10 @@ (scroll-bar-mode -1) (show-paren-mode 1) (tool-bar-mode -1) + +(setq uniquify-buffer-name-style 'forward) (setq-default truncate-lines t) + (load-theme 'monokai t) ;; <102 or >109 will make Ioveska look squished rather than tall, -- cgit 1.4.1