This commit is contained in:
Thomas von Dein
2017-07-03 18:34:29 +02:00
parent 75f765f23b
commit 58c27c9b3f
2 changed files with 418 additions and 404 deletions

9
.emacs
View File

@@ -402,6 +402,7 @@
;; - removed smart-forward, it annoys me ;; - removed smart-forward, it annoys me
;; - made tvd-outshine-jump more portable, do not use hardcoded ;; - made tvd-outshine-jump more portable, do not use hardcoded
;; regexps anymore, use outshine functions ;; regexps anymore, use outshine functions
;; - fixed recentf-exclude list, now REALLY ignores unreadables
;; ** TODO ;; ** TODO
@@ -3238,6 +3239,12 @@ update heading list if neccessary."
(outshine-to-org) (outshine-to-org)
(org-export-to-file 'html file)))) (org-export-to-file 'html file))))
(defun export ()
(interactive)
(outshine-to-html "~/D/github/dot-emacs/emacs.html")
(shell-command "cp ~/.emacs ~/D/github/dot-emacs/")
(shell-command "cd ~/D/github/dot-emacs && git ci +fixes .emacs emacs.html")
(shell-command "cd ~/D/github/dot-emacs && git push"))
;; -------------------------------------------------------------------------------- ;; --------------------------------------------------------------------------------
@@ -3903,7 +3910,7 @@ defun."
(setq recentf-exclude (list "ido.last" (setq recentf-exclude (list "ido.last"
"/elpa/" "/elpa/"
".el.gz$" ".el.gz$"
'file-readable-p '(not (file-readable-p))
)) ))
;; -------------------------------------------------------------------------------- ;; --------------------------------------------------------------------------------

File diff suppressed because it is too large Load Diff