forked from colonelpanic/dotfiles
Merge remote-tracking branch 'origin/master'
This commit is contained in:
Submodule dotfiles/config/taffybar/taffybar updated: 437f730752...6518ab20d8
Submodule dotfiles/config/xmonad/xmonad-contrib updated: 22a64f65ae...6e3a738862
@@ -3701,6 +3701,7 @@ alphanumeric characters only."
|
||||
:branch "fork/1"
|
||||
:files (:defaults (:exclude "doc/*.texi")))
|
||||
:commands TeX-mode
|
||||
:defer t
|
||||
:preface
|
||||
(progn
|
||||
(defun imalison:TeX-mode-hook ()
|
||||
@@ -3739,6 +3740,7 @@ alphanumeric characters only."
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package company-auctex
|
||||
:after tex
|
||||
:defer t
|
||||
:config
|
||||
(company-auctex-init))
|
||||
#+END_SRC
|
||||
|
@@ -5,5 +5,6 @@
|
||||
google-chrome
|
||||
pommed_light
|
||||
torbrowser
|
||||
spicetify-cli
|
||||
];
|
||||
}
|
||||
|
@@ -6,17 +6,19 @@
|
||||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
dejavu_fonts
|
||||
emacs-all-the-icons-fonts
|
||||
emojione
|
||||
fira-code
|
||||
fira-mono
|
||||
font-awesome-ttf
|
||||
iosevka
|
||||
noto-fonts-emoji
|
||||
roboto
|
||||
source-code-pro
|
||||
source-sans-pro
|
||||
source-serif-pro
|
||||
twemoji-color-font
|
||||
emacs-all-the-icons-fonts
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" "FantasqueSansMono" ]; })
|
||||
];
|
||||
fontconfig = {
|
||||
allowBitmaps = true;
|
||||
|
Reference in New Issue
Block a user