Skip to content

Commit

Permalink
trishume contrib layer
Browse files Browse the repository at this point in the history
  • Loading branch information
trishume authored and syl20bnr committed Oct 23, 2014
1 parent bf4cc14 commit e802027
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions contrib/trishume/packages.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
(defvar trishume-packages
'(
auctex
cdlatex
smooth-scrolling
))

(defun trishume/init-auctex ()
(use-package tex
:defer t
:config
(progn
(setq-default TeX-auto-save t)
(setq-default TeX-parse-self t)
(setq-default TeX-master nil)
(setq-default TeX-PDF-mode t))))

(defun trishume/init-smooth-scrolling ()
(use-package smooth-scrolling
:init
(setq scroll-margin 5
scroll-conservatively 9999
scroll-step 1)))

0 comments on commit e802027

Please sign in to comment.