diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-08 20:06:30 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-08 20:06:30 +0200 |
commit | 06b11915c29e93c59168dc04f7f87c806e70b791 (patch) | |
tree | f485cadf51d6e31a03b3573e39a8d9152eb442c7 /.config/emacs/org | |
parent | It doesnt work (diff) | |
download | dotfiles-bsd-06b11915c29e93c59168dc04f7f87c806e70b791.tar.gz dotfiles-bsd-06b11915c29e93c59168dc04f7f87c806e70b791.tar.bz2 dotfiles-bsd-06b11915c29e93c59168dc04f7f87c806e70b791.tar.xz dotfiles-bsd-06b11915c29e93c59168dc04f7f87c806e70b791.tar.zst dotfiles-bsd-06b11915c29e93c59168dc04f7f87c806e70b791.zip |
New script incoming
Diffstat (limited to '.config/emacs/org')
-rw-r--r-- | .config/emacs/org/config.org | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org index f1e674f..7237355 100644 --- a/.config/emacs/org/config.org +++ b/.config/emacs/org/config.org @@ -59,6 +59,7 @@ (package-initialize) (add-to-list 'load-path "~/.config/emacs/font-lock+") + (add-to-list 'load-path "~/.config/emacs/header2/") (add-to-list 'load-path "~/.config/emacs/all-the-icons/") (add-to-list 'load-path "~/.config/emacs/all-the-icons-dired/") @@ -176,21 +177,9 @@ '(require 'ox-md nil t)) #+END_SRC -** Time stamps +** header2 #+BEGIN_SRC emacs-lisp - (add-hook 'before-save-hook 'time-stamp) - (add-hook 'go-mode-hook (lambda() - (setq (make-local-variable 'time-stamp-pattern) - "50/ \\* +%3a %3b %02H:%02M:%02S %Z %:y") - (setq (make-local-variable 'time-stamp-time-zone) - "CEST") - )) - (add-hook 'c-mode-hook (lambda() - (setq (make-local-variable 'time-stamp-pattern) - "50/ \\* +%3a %3b %02H:%02M:%02S %Z %:y") - (setq (make-local-variable 'time-stamp-time-zone) - "CEST") - )) + (add-hook 'c-mode-hook 'auto-make-header) #+END_SRC ** Core packages |