Remove Fira Code stuff

This commit is contained in:
2021-01-01 00:00:30 +00:00
parent 43e7deb6c3
commit c7b4f60d8d
2 changed files with 0 additions and 74 deletions

View File

@@ -57,23 +57,6 @@ needs to be set up to install them if they aren't already.
(load-theme 'spacemacs-light t)
#+end_src
** Font
I am addicted to programming ligatures but Fira Code (my preferred
ligature font) requires some hackery to display properly; this is
defined in [[file:fira-code-mode/fira-code-mode.el][fira-code-mode.el]] so first we load that.
#+begin_src emacs-lisp
(add-to-list 'load-path "/home/cdo/.emacs.d/fira-code-mode")
(require 'fira-code-mode)
#+end_src
And then make sure that mode is enabled for any =prog-mode= buffer.
#+begin_src emacs-lisp
(add-hook 'prog-mode-hook 'fira-code-mode)
#+end_src
* Org-mode
I use a couple non-standard bits and pieces, but not a whole bunch. I