Start 'org' files with everything folded. Remove old, unused configs.
This commit is contained in:
@@ -11,6 +11,9 @@
|
|||||||
(add-hook 'org-shiftdown-final-hook 'windmove-down)
|
(add-hook 'org-shiftdown-final-hook 'windmove-down)
|
||||||
(add-hook 'org-shiftright-final-hook 'windmove-right)
|
(add-hook 'org-shiftright-final-hook 'windmove-right)
|
||||||
|
|
||||||
|
;; open org file with everything folded
|
||||||
|
(setq org-startup-folded t)
|
||||||
|
|
||||||
;; org publish
|
;; org publish
|
||||||
(require 'ox-publish)
|
(require 'ox-publish)
|
||||||
(setq org-publish-project-alist
|
(setq org-publish-project-alist
|
||||||
@@ -59,16 +62,11 @@
|
|||||||
(scheme . t)
|
(scheme . t)
|
||||||
(shell . t)))
|
(shell . t)))
|
||||||
|
|
||||||
;;bullets in org-mode
|
|
||||||
;;(require 'org-bullets)
|
|
||||||
;;(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
|
|
||||||
|
|
||||||
;; default apps to open files with org-mode
|
;; default apps to open files with org-mode
|
||||||
(setq org-file-apps
|
(setq org-file-apps
|
||||||
(quote
|
(quote
|
||||||
((auto-mode . emacs)
|
((auto-mode . emacs)
|
||||||
("\\.mm\\'" . default)
|
("\\.mm\\'" . default)
|
||||||
("\\.x?html?\\'" . "seamonkey")
|
|
||||||
("\\.pdf\\'" . "emacsclient %s")
|
("\\.pdf\\'" . "emacsclient %s")
|
||||||
("\\.djvu\\'" . "djview %s"))))
|
("\\.djvu\\'" . "djview %s"))))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user