diff options
Diffstat (limited to 'emacs.d/init-modes.el')
-rw-r--r-- | emacs.d/init-modes.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init-modes.el b/emacs.d/init-modes.el index 2c07032c5bf6..74178b1e8463 100644 --- a/emacs.d/init-modes.el +++ b/emacs.d/init-modes.el @@ -46,3 +46,5 @@ ;; Always highlight matching brackets (show-paren-mode 1) +;; Enable Nyan mode +(nyan-mode 1) |