Update init
This commit is contained in:
parent
e9e76c85e8
commit
1c3fe971e3
1 changed files with 5 additions and 2 deletions
7
init.el
7
init.el
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue