mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2020-10-05 0c962c57156f8df515359e7ea919b48742a56632
Added Nyan cat to mode line to show progress in file
1 files modified
9 ■■■■■ changed files
config.org 9 ●●●●● patch | view | raw | blame | history
config.org
@@ -700,6 +700,15 @@
(setq powerline-default-separator nil)
#+END_SRC
** Nyan mode
Use nyan cat as a reference for buffer progression.
#+BEGIN_SRC emacs-lisp
  (use-package nyan-mode
    :ensure t
    :config
    (nyan-mode 1))
#+END_SRC
* Programming tweaks
** Yasnippet
Add snippets, pretty useful.