mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
White space removal
This commit is contained in:
parent
cf1a290d04
commit
cd0ae0091c
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
(when (not package-archive-contents)
|
||||
(package-refresh-contents))
|
||||
;; fetch the list of packages available
|
||||
;; fetch the list of packages available
|
||||
(unless package-archive-contents
|
||||
(package-refresh-contents))
|
||||
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
(expand-file-name "config-ext.org"
|
||||
user-emacs-directory))
|
||||
|
||||
;; Load work stuff when at work.
|
||||
;; Load work stuff when at work.
|
||||
(if my/at-ti
|
||||
(require 'work-config)
|
||||
(org-babel-load-file
|
||||
|
|
|
|||
Loading…
Reference in a new issue