summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-uniquify.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-06-11 19:51:08 +0200
committerGravatar Tom Willemsen2011-06-11 19:51:08 +0200
commit503e99197f45d7142d138bc878f36868d580efa8 (patch)
tree8960bb9ae181ddccd2d3b414cb31fb4d6bcf1311 /emacs.d/20-uniquify.el
parenta7dd6805b2de1828e14767e267e7d72a0392644e (diff)
downloaddotfiles-503e99197f45d7142d138bc878f36868d580efa8.tar.gz
dotfiles-503e99197f45d7142d138bc878f36868d580efa8.zip
EMACS: init file is once again one big file
Diffstat (limited to 'emacs.d/20-uniquify.el')
-rw-r--r--emacs.d/20-uniquify.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs.d/20-uniquify.el b/emacs.d/20-uniquify.el
deleted file mode 100644
index 0c31a56..0000000
--- a/emacs.d/20-uniquify.el
+++ /dev/null
@@ -1,4 +0,0 @@
-(require 'uniquify)
-
- ; reverse uniquify file names
-(setq uniquify-buffer-name-style 'reverse)