mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-11 02:21:14 +10:00
Merge branch 'fix-doom-config-typo' into 'master'
Fix variable name typo in doom config See merge request dwt1/dotfiles!62
This commit is contained in:
@@ -124,7 +124,7 @@ List of keybindings (SPC h b b)")
|
|||||||
(dashboard-modify-heading-icons '((recents . "file-text")
|
(dashboard-modify-heading-icons '((recents . "file-text")
|
||||||
(bookmarks . "book"))))
|
(bookmarks . "book"))))
|
||||||
|
|
||||||
(setq doom-fallback-buffer "*dashboard*")
|
(setq doom-fallback-buffer-name "*dashboard*")
|
||||||
|
|
||||||
(map! :leader
|
(map! :leader
|
||||||
(:prefix ("d" . "dired")
|
(:prefix ("d" . "dired")
|
||||||
|
|||||||
@@ -276,7 +276,7 @@ List of keybindings (SPC h b b)")
|
|||||||
** Dashboard in Emacsclient
|
** Dashboard in Emacsclient
|
||||||
This setting ensures that emacsclient always opens on *dashboard* rather than *scratch*.
|
This setting ensures that emacsclient always opens on *dashboard* rather than *scratch*.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq doom-fallback-buffer "*dashboard*")
|
(setq doom-fallback-buffer-name "*dashboard*")
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* DIRED
|
* DIRED
|
||||||
|
|||||||
Reference in New Issue
Block a user