This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
10sr
/
dotfiles-mirror
огледало од
https://github.com/10sr/dotfiles.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
Add custom-file config
master
10sr
пре 4 година
родитељ
459b57b354
комит
12e8b4c13a
Signed by:
10sr
GPG Key ID:
7BEC428194130EB2
1 измењених фајлова
са
5 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
emacs.el
+ 5
- 0
emacs.el
Прегледај датотеку
@@ -15,6 +15,11 @@
(unless (file-directory-p (expand-file-name user-emacs-directory))
(make-directory (expand-file-name user-emacs-directory)))
;; Custom file
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))
(when (file-readable-p custom-file)
(load custom-file))
(require 'cl-lib)
(require 'simple)
Write
Preview
Loading…
Откажи
Сачувај