Modified init.el & conf.kbd
This commit is contained in:
parent
7ec42e3bd2
commit
88c333a11c
2 changed files with 2 additions and 5 deletions
|
|
@ -45,9 +45,6 @@
|
||||||
(latex . t) ;; Latex support
|
(latex . t) ;; Latex support
|
||||||
(shell . t)) ;; Posix Shell support
|
(shell . t)) ;; Posix Shell support
|
||||||
)
|
)
|
||||||
;; For when I'm writing blog posts and whatnot
|
|
||||||
(require 'markdown-mode)
|
|
||||||
(add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode))
|
|
||||||
;; Set the default export directory
|
;; Set the default export directory
|
||||||
(setq org-export-directory "~/org_exports/")
|
(setq org-export-directory "~/org_exports/")
|
||||||
;; Show inline images in org documents
|
;; Show inline images in org documents
|
||||||
|
|
|
||||||
|
|
@ -111,8 +111,8 @@
|
||||||
|
|
||||||
(deflayer nav
|
(deflayer nav
|
||||||
_
|
_
|
||||||
mbck (movemouse-up 3 3) mfwd _ _ _ mlft mrgt pgup pgdn
|
mbck (movemouse-up 3 2) mfwd _ _ _ mlft mrgt (mwheel-up 50 120) (mwheel-down 50 120)
|
||||||
(movemouse-left 3 3) (movemouse-down 3 3) (movemouse-right 3 3) _ home left down up right end
|
(movemouse-left 3 2) (movemouse-down 3 2) (movemouse-right 3 2) _ home left down up right end
|
||||||
_ _ _ _ _ _ _ _ _ _
|
_ _ _ _ _ _ _ _ _ _
|
||||||
_ _ _
|
_ _ _
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue