From cbecd5031d57528c39b61e16f2aad850f40b49a1 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 14 Oct 2013 08:50:56 +0200 Subject: Add YaSnippet & enable Uniquify - Added YaSnippet & clojure-snippets for it - Enabled uniquify buffer naming (oh so good) - various smaller things --- init-settings.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init-settings.el') diff --git a/init-settings.el b/init-settings.el index 4256ba1c0f2a..e691328e132d 100644 --- a/init-settings.el +++ b/init-settings.el @@ -1,3 +1,4 @@ +(require 'uniquify) ;; ## Generic settings ## (tool-bar-mode -1) @@ -7,6 +8,8 @@ (setq ido-use-faces nil) (setq gc-cons-threshold 20000000) +(setq uniquify-buffer-name-style 'forward) + ;;; Code: (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e") -- cgit 1.4.1