diff --git a/custom.el b/custom.el index 01b85fd..2f352d0 100644 --- a/custom.el +++ b/custom.el @@ -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." diff --git a/tweaks.el b/tweaks.el index 11845b8..38e8722 100644 --- a/tweaks.el +++ b/tweaks.el @@ -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