Browse Source

Add Nix support and fix fonts

master
Levi Olson 2 years ago
parent
commit
7576f012aa
3 changed files with 8 additions and 8 deletions
  1. +6
    -6
      config.el
  2. +1
    -1
      custom.el
  3. +1
    -1
      init.el

+ 6
- 6
config.el View File

@ -21,11 +21,11 @@
;; (setq doom-font (font-spec :family "monospace" :size 12 :weight 'semi-light)
;; 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-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))
;; There are two ways to load a theme. Both assume the theme is installed and
@ -68,7 +68,7 @@
)))
(when (eq system-type 'darwin)
(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 '(left . 0))
(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_dir ;; /Users/leviolson/Library/Preferences/TabNine
(use-package company-tabnine
:ensure t
:disabled f
:config
(add-to-list 'company-backends 'company-tabnine))

+ 1
- 1
custom.el View File

@ -4,7 +4,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(company-backends '(company-tabnine company-capf))
'(magit-delta-default-dark-theme "Colddark-Cold")
'(magit-delta-default-dark-theme "base16")
'(package-selected-packages '(info-colors company-box)))
(custom-set-faces
;; custom-set-faces was added by Custom.

+ 1
- 1
init.el View File

@ -147,7 +147,7 @@
;;lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c
;;nix ; I hereby declare "nix geht mehr!"
nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
(org
+pretty

Loading…
Cancel
Save