diff options
author | Case Duckworth | 2020-11-24 08:33:02 -0600 |
---|---|---|
committer | Case Duckworth | 2020-11-24 08:33:02 -0600 |
commit | 77985fcf60f660b8437c31226df019a24eacd6e7 (patch) | |
tree | 3ee045676744bacd7a215da99077208a8273fc2a | |
parent | Change search bindings to use regexp by default (diff) | |
download | emacs-77985fcf60f660b8437c31226df019a24eacd6e7.tar.gz emacs-77985fcf60f660b8437c31226df019a24eacd6e7.zip |
Require uniquify
-rw-r--r-- | config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index 1947a85..538220f 100644 --- a/config.org +++ b/config.org | |||
@@ -439,6 +439,7 @@ See [[https://emacs.stackexchange.com/questions/12351/when-to-call-find-font-if- | |||
439 | *** Uniquify buffer names | 439 | *** Uniquify buffer names |
440 | 440 | ||
441 | #+begin_src emacs-lisp | 441 | #+begin_src emacs-lisp |
442 | (require 'uniquify) | ||
442 | (cuss uniquify-buffer-name-style 'forward) | 443 | (cuss uniquify-buffer-name-style 'forward) |
443 | #+end_src | 444 | #+end_src |
444 | 445 | ||