doom config thing + adding things to gitignore
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
;; Font Config
|
;; Font Config
|
||||||
(setq doom-font (font-spec :family "VictorMono Nerd Font" :size 22 :weight 'medium)
|
(setq doom-font (font-spec :family "VictorMono Nerd Font" :size 22 :weight 'medium)
|
||||||
doom-variable-pitch-font (font-spec :family "VictorMono Nerd Font" :size 22 :weight 'medium :slant 'italic))
|
doom-variable-pitch-font (font-spec :family "DejaVu Serif" :size 22))
|
||||||
|
|
||||||
(defun opal/org-font-setup ()
|
(defun opal/org-font-setup ()
|
||||||
;; Replace list hyphen with dot
|
;; Replace list hyphen with dot
|
||||||
|
|||||||
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
.config/qutebrowser/quickmarks
|
.config/qutebrowser/quickmarks
|
||||||
|
.config/mimeapps.list
|
||||||
.config/qutebrowser/qsettings/*
|
.config/qutebrowser/qsettings/*
|
||||||
.config/qutebrowser/autoconfig.yml
|
.config/qutebrowser/autoconfig.yml
|
||||||
.config/borgmatic/config.yaml
|
.config/borgmatic/config.yaml
|
||||||
@@ -7,6 +8,9 @@
|
|||||||
.local/share/mpd
|
.local/share/mpd
|
||||||
.config/ncmpcpp/lyrics/
|
.config/ncmpcpp/lyrics/
|
||||||
.config/zsh/.zsh_history
|
.config/zsh/.zsh_history
|
||||||
|
.config/niri/dms/
|
||||||
|
.config/gtk-3.0/
|
||||||
|
.config/gtk-4.0/
|
||||||
*.swp
|
*.swp
|
||||||
lazy-lock.json
|
lazy-lock.json
|
||||||
*.sync-conflict*
|
*.sync-conflict*
|
||||||
|
|||||||
Reference in New Issue
Block a user