From 6363e13da4d34f1b26db5c2d2870e9bca3ac60a2 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Sat, 26 Sep 2020 19:36:51 +0200 Subject: [PATCH] idk i added a lot of things lol --- config.org | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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.