diff --git a/bundle/bundle--mk.el b/bundle/bundle--mk.el index d687751c..afda3799 100644 --- a/bundle/bundle--mk.el +++ b/bundle/bundle--mk.el @@ -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) diff --git a/bundle/custom_win32_EVG02667NB.el b/bundle/custom_win32_EVG02667NB.el index 931f2c51..3738c551 100644 --- a/bundle/custom_win32_EVG02667NB.el +++ b/bundle/custom_win32_EVG02667NB.el @@ -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) diff --git a/init.el b/init.el index 9a0134df..97541f3b 100755 --- a/init.el +++ b/init.el @@ -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)