nyan scroll

This commit is contained in:
Grigory Shipunov 2021-01-26 21:56:56 +01:00
parent 31fccdadb2
commit cb21bce81d
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -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)