idk i added a lot of things lol

This commit is contained in:
qorg11 2020-09-26 19:36:51 +02:00
parent 7f5e4eb469
commit 6363e13da4
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -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.