From 984ff741cdb05cd653ce8e53dae95b9c2d2ad0d1 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Wed, 22 Nov 2023 18:36:04 +0100 Subject: Forgot to remove dashboard as initial buffer --- .gitignore | 1 + config.org | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 593fbaf..1143545 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ smex-items tramp .last-package-update-day .lsp-session* +.mc-lists.el .cache/ tree-sitter/ diff --git a/config.org b/config.org index 785735b..618786e 100644 --- a/config.org +++ b/config.org @@ -115,11 +115,6 @@ Also using relative line numbers. (set-face-attribute 'default nil :font "Hack Nerd Font" :height 110) #+end_src -*** Set initial buffer to dashboard -#+begin_src emacs-lisp - (setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))) -#+end_src - ** Ease of use *** Set default directory -- cgit v1.2.3