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