This commit is contained in:
Marcus Kammer 2019-09-20 09:38:36 +02:00
commit 27f2cc4bd5

35
init.el
View file

@ -1,4 +1,6 @@
;; %USERPROFILE%\AppData\Local\Programs\emacs-26.2-x86_64\bin\emacsclientw.exe -c -n -a runemacs.exe
(setq small-font "Iosevka Term-11")
(setq big-font "Iosevka Term-14")
;; (add-to-list 'custom-theme-load-path (expand-file-name "~/.emacs.d/bundle/nord-theme/"))
(add-to-list 'load-path (expand-file-name "~/.emacs.d/bundle"))
@ -60,21 +62,21 @@ There are two things you can do about this warning:
(quote
("82358261c32ebedfee2ca0f87299f74008a2e5ba5c502bde7aaa15db20ee3731" "4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default)))
'(default-frame-alist
(quote
((fullscreen . maximized)
(width . 86)
(height . 46)
(font . "Iosevka Term-13.0")
(vertical-scroll-bars)
(horizontal-scroll-bars)
(menu-bar-lines . 0)
(tool-bar-lines . 0)
(line-spacing . 2)
(undecorated . t)
(alpha 96 . 80))))
(quote
((fullscreen . maximized)
(width . 86)
(height . 46)
(font . "Iosevka Term-13.0")
(vertical-scroll-bars)
(horizontal-scroll-bars)
(menu-bar-lines . 0)
(tool-bar-lines . 0)
(line-spacing . 2)
(undecorated . t)
(alpha 96 . 80))))
'(delete-selection-mode t)
'(diary-file "~/Documents/Diary/diary")
'(display-battery-mode nil)
'(display-battery-mode t)
'(display-line-numbers nil)
'(display-time-mode t)
'(display-time-world-list
@ -190,6 +192,7 @@ There are two things you can do about this warning:
(add-to-list 'default-frame-alist '(ns-appearance . dark))))
(when (eq system-type 'windows-nt)
;; %USERPROFILE%\AppData\Local\Programs\emacs-26.2-x86_64\bin\emacsclientw.exe -c -n -a runemacs.exe
(cd "~/opt")
(add-to-list 'load-path (expand-file-name "~/.emacs.d/__evo"))
(setq python-shell-interpreter "python")
@ -199,7 +202,9 @@ There are two things you can do about this warning:
(when (eq system-type 'gnu/linux)
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
(setq-default line-spacing 3))
(when (display-graphic-p)
(setq-default line-spacing 3)
(add-to-list 'default-frame-alist '(font . "Iosevka Term-14"))))
(defun copy-whole-buffer ()
"Copy entire buffer to clipboard"