mirror of https://github.com/Flinner/dots.git
feat: general improvements
This commit is contained in:
parent
4fafabeffd
commit
9d694c4daa
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue