Update init

This commit is contained in:
Marcus Kammer 2019-09-19 23:28:58 +02:00
parent e9e76c85e8
commit 1c3fe971e3

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"))
@ -191,6 +193,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")
@ -200,7 +203,7 @@ There are two things you can do about this warning:
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
(when (display-graphic-p)
(setq-default line-spacing 3)
(add-to-list 'default-frame-alist '(font . "Iosevka Term-14.0"))))
(add-to-list 'default-frame-alist '(font . "Iosevka Term-14"))))
(defun copy-whole-buffer ()
"Copy entire buffer to clipboard"