Merge branch 'main' of gitlab.com:marcuskammer/emacs.d into main

This commit is contained in:
Marcus Kammer 2020-08-21 07:36:39 +02:00
commit dd372e74c0
3 changed files with 6 additions and 6 deletions

View file

@ -19,8 +19,6 @@
(split-window-right (- 0 width))
(setq count (1+ count)))))
(me/split-windows-horizontal)
(defun me/split-windows-vertical ()
"Split windows vertical by equal width."
(interactive)
@ -31,3 +29,5 @@
(while (< count (1- count-windows))
(split-window-below (- 0 height))
(setq count (1+ count)))))
(me/split-windows-horizontal)

View file

@ -18,8 +18,7 @@
(width . 88)
(height . 64)
(alpha . 100)
(fullscreen . maximized)
(vertical-scroll-bars))))
(fullscreen . maximized))))
'(delete-by-moving-to-trash t)
'(display-line-numbers-grow-only t)
'(elpy-modules
@ -46,6 +45,7 @@
"-%-")))
'(nov-unzip-program
"C:\\Users\\Marcus.Kammer\\AppData\\Local\\Programs\\unzip-5.51-1-bin\\bin\\unzip.exe")
'(nov-variable-pitch nil)
'(olivetti-body-width 73)
'(olivetti-lighter " Olv")
'(olivetti-minimum-body-width 80)

View file

@ -1,8 +1,8 @@
(add-to-list 'load-path (expand-file-name "~/.emacs.d/bundle/"))
(load "bundle--server")
(load "bundle--customfile")
(load "bundle--package")
(load "bundle--package")
(load "bundle--customfile")
(load "bundle--keys")
(load "bundle--coding")
;; (load-theme 'nord t)