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

Joel Grunbaum
2020-10-05 0c962c57156f8df515359e7ea919b48742a56632
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.