about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-02-24 01:55:17 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-02-24 01:55:17 +0100
commit795388ca0abd0951acc3e7d7a6600147ea06a6e8 (patch)
tree82a02f5933e766dbfcc7389c400d8b6e8fe1d745
parentDotfiles: Emacs: no autosave (diff)
downloadnixos-config-795388ca0abd0951acc3e7d7a6600147ea06a6e8.tar.gz
nixos-config-795388ca0abd0951acc3e7d7a6600147ea06a6e8.tar.bz2
nixos-config-795388ca0abd0951acc3e7d7a6600147ea06a6e8.zip
Dotfiles: Emacs: improve dashboard
Diffstat (limited to '')
-rw-r--r--dotfiles/.emacs.new4
1 files changed, 1 insertions, 3 deletions
diff --git a/dotfiles/.emacs.new b/dotfiles/.emacs.new
index 851660a..36d3638 100644
--- a/dotfiles/.emacs.new
+++ b/dotfiles/.emacs.new
@@ -84,9 +84,7 @@
   (setq dashboard-center-content nil)
   (setq dashboard-items '((recents  . 5)
                         (bookmarks . 5)
-			(projects . 5)
-			(agenda . 5)
-                        (registers . 5)))
+			(projects . 5)))
   (setq dashboard-set-navigator t)
   :config
   (dashboard-setup-startup-hook))