mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
+fixes
This commit is contained in:
9
.emacs
9
.emacs
@@ -402,6 +402,7 @@
|
||||
;; - removed smart-forward, it annoys me
|
||||
;; - made tvd-outshine-jump more portable, do not use hardcoded
|
||||
;; regexps anymore, use outshine functions
|
||||
;; - fixed recentf-exclude list, now REALLY ignores unreadables
|
||||
|
||||
|
||||
;; ** TODO
|
||||
@@ -3238,6 +3239,12 @@ update heading list if neccessary."
|
||||
(outshine-to-org)
|
||||
(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"
|
||||
"/elpa/"
|
||||
".el.gz$"
|
||||
'file-readable-p
|
||||
'(not (file-readable-p))
|
||||
))
|
||||
|
||||
;; --------------------------------------------------------------------------------
|
||||
|
||||
813
emacs.html
813
emacs.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user