Browse Source

Print invocation directory at startup

pull/15/head
10sr 8 years ago
parent
commit
af80516994
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el View File

@@ -311,6 +311,7 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(call-after-init
(lambda ()
(message "%s %s" invocation-name emacs-version)
(message "Invocation directory: %s" default-directory)
(message "%s was taken to initialize emacs." (emacs-init-time))
(switch-to-buffer "*Messages*")))

@@ -975,6 +976,9 @@ IF OK-IF-ALREADY-EXISTS is true force download."

;; (ffap-bindings)

(set-variable 'browse-url-browser-function
'eww-browse-url)

(set-variable 'sh-here-document-word "__EOC__")

(when (autoload-eval-lazily 'adoc-mode


Loading…
Cancel
Save