This commit is contained in:
parent
3ec21cacf6
commit
678df5f52f
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
epkgs.auctex # latex
|
||||
epkgs.preview-dvisvgm # in-line latex preview
|
||||
epkgs.latex-preview-pane
|
||||
epkgs.good-scroll
|
||||
epkgs.pdf-tools
|
||||
epkgs.obsidian
|
||||
epkgs.hydra # should be fun
|
||||
|
@ -62,6 +63,9 @@
|
|||
|
||||
;; obsidian hydra
|
||||
(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