This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
10sr
/
dotfiles-mirror
огледало од
https://github.com/10sr/dotfiles.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
emacs.el: Use cl-lib instead of cl
pull/15/head
10sr
пре 8 година
родитељ
8ebfaae03d
комит
b0fc733014
1 измењених фајлова
са
1 додато
и
3 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
emacs.el
+ 1
- 3
emacs.el
Прегледај датотеку
@@ -17,9 +17,7 @@
(make-directory d))
(add-to-list 'load-path d))
(eval-when-compile
;; TODO: Use cl-lib intead
(require 'cl nil t))
(require 'cl-lib)
;; (add-hook 'after-change-major-mode-hook
Write
Preview
Loading…
Откажи
Сачувај