Modified init.el & conf.kbd

This commit is contained in:
lulusilly 2026-04-05 01:02:03 -04:00
parent 7ec42e3bd2
commit 88c333a11c
2 changed files with 2 additions and 5 deletions

View file

@ -45,9 +45,6 @@
(latex . t) ;; Latex 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
(setq org-export-directory "~/org_exports/")
;; Show inline images in org documents