Compare commits
2 commits
186d04dbcf
...
678df5f52f
Author | SHA1 | Date | |
---|---|---|---|
678df5f52f | |||
3ec21cacf6 |
2 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
||||||
fluffychat
|
fluffychat
|
||||||
obsidian
|
obsidian
|
||||||
mumble
|
mumble
|
||||||
|
wasistlos # this is just whatsapp
|
||||||
# calibre # still borked apparently, what the hell # still!!!
|
# calibre # still borked apparently, what the hell # still!!!
|
||||||
libreoffice
|
libreoffice
|
||||||
];
|
];
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
epkgs.auctex # latex
|
epkgs.auctex # latex
|
||||||
epkgs.preview-dvisvgm # in-line latex preview
|
epkgs.preview-dvisvgm # in-line latex preview
|
||||||
epkgs.latex-preview-pane
|
epkgs.latex-preview-pane
|
||||||
|
epkgs.good-scroll
|
||||||
epkgs.pdf-tools
|
epkgs.pdf-tools
|
||||||
epkgs.obsidian
|
epkgs.obsidian
|
||||||
epkgs.hydra # should be fun
|
epkgs.hydra # should be fun
|
||||||
|
@ -62,6 +63,9 @@
|
||||||
|
|
||||||
;; obsidian hydra
|
;; obsidian hydra
|
||||||
(bind-key (kbd "C-c M-o") 'obsidian-hydra/body 'obsidian-mode-map)
|
(bind-key (kbd "C-c M-o") 'obsidian-hydra/body 'obsidian-mode-map)
|
||||||
|
|
||||||
|
;; pixel scrolling
|
||||||
|
(good-scroll-mode 1)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue