(EmacS)~indenting
This commit is contained in:
@@ -83,11 +83,11 @@ and write into the scratch buffer some nice information about Emacs.
|
|||||||
:defer t
|
:defer t
|
||||||
:init
|
:init
|
||||||
(setq inhibit-startup-screen t
|
(setq inhibit-startup-screen t
|
||||||
initial-scratch-message (format ";; Emacs v%s\n" emacs-version)
|
initial-scratch-message (format ";; Emacs v%s\n" emacs-version)
|
||||||
ring-bell-function 'ignore)
|
ring-bell-function 'ignore)
|
||||||
(add-hook 'emacs-startup-hook
|
(add-hook 'emacs-startup-hook
|
||||||
#'(lambda () (with-current-buffer "*scratch*"
|
#'(lambda () (with-current-buffer "*scratch*"
|
||||||
(insert (format ";; Loaded in %s\n" (emacs-init-time)))))))
|
(insert (format ";; Loaded in %s\n" (emacs-init-time)))))))
|
||||||
#+end_src
|
#+end_src
|
||||||
* Emacs Mode-line
|
* Emacs Mode-line
|
||||||
Firstly, declare a variable for the separator between each module
|
Firstly, declare a variable for the separator between each module
|
||||||
|
|||||||
Reference in New Issue
Block a user