|
@ -21,11 +21,11 @@ |
|
|
;; (setq doom-font (font-spec :family "monospace" :size 12 :weight 'semi-light) |
|
|
;; (setq doom-font (font-spec :family "monospace" :size 12 :weight 'semi-light) |
|
|
;; doom-variable-pitch-font (font-spec :family "sans" :size 13)) |
|
|
;; doom-variable-pitch-font (font-spec :family "sans" :size 13)) |
|
|
|
|
|
|
|
|
(setq doom-font (font-spec :family "PragmataPro" :size 20 :weight 'regular) |
|
|
|
|
|
doom-big-font (font-spec :family "PragmataPro" :size 30 :weight 'regular) |
|
|
|
|
|
;; doom-variable-pitch-font (font-spec :family "PragmataPro" :size 20) |
|
|
|
|
|
|
|
|
(setq doom-font (font-spec :family "PragmataPro Liga" :size 18 :weight 'regular) |
|
|
|
|
|
doom-big-font (font-spec :family "PragmataPro Liga" :size 18 :weight 'regular) |
|
|
|
|
|
;; doom-variable-pitch-font (font-spec :family "PragmataPro Liga" :size 20) |
|
|
doom-variable-pitch-font (font-spec :family "Overpass" :size 20 :weight 'thin) |
|
|
doom-variable-pitch-font (font-spec :family "Overpass" :size 20 :weight 'thin) |
|
|
doom-unicode-font (font-spec :family "PragmataPro" :size 20) |
|
|
|
|
|
|
|
|
doom-unicode-font (font-spec :family "PragmataPro Liga" :size 18) |
|
|
doom-serif-font (font-spec :family "Baskerville" :size 20)) |
|
|
doom-serif-font (font-spec :family "Baskerville" :size 20)) |
|
|
|
|
|
|
|
|
;; There are two ways to load a theme. Both assume the theme is installed and |
|
|
;; There are two ways to load a theme. Both assume the theme is installed and |
|
@ -68,7 +68,7 @@ |
|
|
))) |
|
|
))) |
|
|
(when (eq system-type 'darwin) |
|
|
(when (eq system-type 'darwin) |
|
|
(progn |
|
|
(progn |
|
|
(setq org-directory "/Users/leviolson/Nextcloud/Org") |
|
|
|
|
|
|
|
|
(setq org-directory "/Users/Levi_Olson/Nextcloud/Org") |
|
|
(add-to-list 'default-frame-alist '(top . 0)) |
|
|
(add-to-list 'default-frame-alist '(top . 0)) |
|
|
(add-to-list 'default-frame-alist '(left . 0)) |
|
|
(add-to-list 'default-frame-alist '(left . 0)) |
|
|
(add-to-list 'default-frame-alist '(height . 49)) |
|
|
(add-to-list 'default-frame-alist '(height . 49)) |
|
@ -163,7 +163,7 @@ Also immediately enables `mixed-pitch-modes' if currently in one of the modes." |
|
|
;; Tabnine::config ;; to open the config |
|
|
;; Tabnine::config ;; to open the config |
|
|
;; Tabnine::config_dir ;; /Users/leviolson/Library/Preferences/TabNine |
|
|
;; Tabnine::config_dir ;; /Users/leviolson/Library/Preferences/TabNine |
|
|
(use-package company-tabnine |
|
|
(use-package company-tabnine |
|
|
:ensure t |
|
|
|
|
|
|
|
|
:disabled f |
|
|
:config |
|
|
:config |
|
|
(add-to-list 'company-backends 'company-tabnine)) |
|
|
(add-to-list 'company-backends 'company-tabnine)) |
|
|
|
|
|
|
|
|