about summary refs log tree commit diff
path: root/modules/workstation/emacs/init.el
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-09-29 14:31:27 +0000
committerAlyssa Ross <hi@alyssa.is>2020-09-29 14:39:11 +0000
commitc994d50f235efeaf817a34b6e7ff094f7636d3ff (patch)
tree30ffe7654fef013a0c1d6596a331f07254d8e636 /modules/workstation/emacs/init.el
parent1f0024185efd0e6181e02f78ab8a49720549c9e0 (diff)
downloadnixlib-c994d50f235efeaf817a34b6e7ff094f7636d3ff.tar
nixlib-c994d50f235efeaf817a34b6e7ff094f7636d3ff.tar.gz
nixlib-c994d50f235efeaf817a34b6e7ff094f7636d3ff.tar.bz2
nixlib-c994d50f235efeaf817a34b6e7ff094f7636d3ff.tar.lz
nixlib-c994d50f235efeaf817a34b6e7ff094f7636d3ff.tar.xz
nixlib-c994d50f235efeaf817a34b6e7ff094f7636d3ff.tar.zst
nixlib-c994d50f235efeaf817a34b6e7ff094f7636d3ff.zip
modules/emacs: set uniquify-buffer-name-style
I find the "forward" style much easier to understand.
Diffstat (limited to 'modules/workstation/emacs/init.el')
-rw-r--r--modules/workstation/emacs/init.el3
1 files changed, 3 insertions, 0 deletions
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,