diff --git a/init.el b/init.el index dee7a01..87fa27a 100644 --- a/init.el +++ b/init.el @@ -26,7 +26,7 @@ (menu-bar-mode -1) (tool-bar-mode -1) -(toggle-scroll-bar 1) +(toggle-scroll-bar -1) (global-display-line-numbers-mode) (column-number-mode 1) (setq inhibit-startup-screen t) @@ -375,6 +375,11 @@ :config (which-key-mode)) +(use-package nyan-mode + :straight t + :config + (nyan-mode 1)) + ;; throw away all the list-of-custom-shit! (setq custom-file "~/.emacs.d/custom.el") (load custom-file 'noerror)