From 7492fa28d0307c5390d78f1696b63fd50c3ec70e Mon Sep 17 00:00:00 2001 From: tecosaur <20903656+tecosaur@users.noreply.github.com> Date: Fri, 7 Feb 2020 01:11:35 +0800 Subject: [PATCH] Tweak startup buffer name --- config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.org b/config.org index 1ffda9b..39d34a4 100644 --- a/config.org +++ b/config.org @@ -126,6 +126,11 @@ then =ESC 12 = gets you exactly where you think. #+BEGIN_SRC emacs-lisp (setq display-line-numbers-type 'relative) #+END_SRC +I'd like some slightly nicer default buffer names +#+BEGIN_SRC emacs-lisp +(setq doom-fallback-buffer-name "► Doom" + +doom-dashboard-name "► Doom") +#+END_SRC *** Some helper macros There are a few handy macros added by doom, namely - ~load!~ for loading external ~.el~ files relative to this one