diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-11-22 18:36:04 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-11-22 18:36:04 +0100 |
| commit | 984ff741cdb05cd653ce8e53dae95b9c2d2ad0d1 (patch) | |
| tree | ffaa075af76405abf0c2cfdbd37c376899b2ec7a | |
| parent | 0cb91c18c6e26dcad4e78016bfc6b326547284e1 (diff) | |
Forgot to remove dashboard as initial buffer
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | config.org | 5 |
2 files changed, 1 insertions, 5 deletions
@@ -7,6 +7,7 @@ smex-items tramp .last-package-update-day .lsp-session* +.mc-lists.el .cache/ tree-sitter/ @@ -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 |
