diff --git a/config.org b/config.org index 124fff6..a141d07 100644 --- a/config.org +++ b/config.org @@ -154,7 +154,7 @@ Including indent-buffer, which should not be called automatically on save." (scroll-bar-mode -1) (tool-bar-mode -1) (menu-bar-mode -1) - (set-frame-font "IBM Plex Mono Italic 14" nil t) + (set-frame-font "IBM Plex Mono 14" nil t) (load-file "~/.emacs.d/markup.el") (use-package smex :ensure t @@ -349,13 +349,6 @@ Including indent-buffer, which should not be called automatically on save." (setq c-default-style "k&r") #+END_SRC -** Beacon mode - 's cool - #+BEGIN_SRC emacs-lisp - (use-package beacon - :ensure t - :init(beacon-mode 1)) - #+END_SRC ** erc Erc is an irc client that is used inside emacs. Here I configure it.