feat: general improvements

This commit is contained in:
Flinner Yuu 2022-04-11 22:40:29 +03:00
parent 4fafabeffd
commit 9d694c4daa
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
1 changed files with 2 additions and 1 deletions

View File

@ -2196,6 +2196,7 @@ I wrote that, neat isn't it? :P
:defer t :defer t
:preface :preface
:config :config
(enable-lui-track)
;(add-to-list 'circe-networks `()) ;(add-to-list 'circe-networks `())
;; adding to list happens here! ;; adding to list happens here!
(load "~/Documents/passwords/circe-networks.el") (load "~/Documents/passwords/circe-networks.el")
@ -2225,7 +2226,7 @@ I wrote that, neat isn't it? :P
(olivetti-mode 1) (olivetti-mode 1)
(setq (setq
fringes-outside-margins t fringes-outside-margins t
right-margin-width 5 right-margin-width 0
word-wrap t word-wrap t
wrap-prefix " ")) wrap-prefix " "))
#+end_src #+end_src