nyan scroll
This commit is contained in:
parent
31fccdadb2
commit
cb21bce81d
1 changed files with 6 additions and 1 deletions
7
init.el
7
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue