enable indicate-buffer-boundaries and switch to iso-8601 time format

This commit is contained in:
opfez 2022-01-02 01:51:16 +01:00
parent 149f3ce729
commit 8a2aa2d75f
2 changed files with 4 additions and 1 deletions

View File

@ -66,7 +66,7 @@
(defun fez/time-stamp ()
"Insert the current date."
(interactive)
(shell-command "LANG=nb_NO.UTF-8 date +%d-%m-%Y" t))
(shell-command "LANG=nb_NO.UTF-8 date +%Y-%m-%d" t))
(defun fez/kill-all-buffers ()
"Kill all buffers other than the currently active one."

View File

@ -91,6 +91,9 @@
;; Fix M-f
(global-set-key (kbd "M-f") (lambda () (interactive) (forward-to-word 1)))
;; Show buffer area
(setq-default indicate-buffer-boundaries 'left)
;; Auto-indent pasted code.
(dolist (command '(yank yank-pop))
(eval