mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
+fixes
This commit is contained in:
9
.emacs
9
.emacs
@@ -757,7 +757,6 @@
|
|||||||
(add-to-list 'load-path (concat tvd-lisp-dir "/er"))
|
(add-to-list 'load-path (concat tvd-lisp-dir "/er"))
|
||||||
(add-to-list 'load-path (concat tvd-lisp-dir "/org/lisp"))
|
(add-to-list 'load-path (concat tvd-lisp-dir "/org/lisp"))
|
||||||
(add-to-list 'load-path (concat tvd-lisp-dir "/doremi"))
|
(add-to-list 'load-path (concat tvd-lisp-dir "/doremi"))
|
||||||
(add-to-list 'load-path (concat tvd-lisp-dir "/magit-20170725.1153"))
|
|
||||||
(add-to-list 'load-path (concat tvd-lisp-dir "/org/contrib/lisp"))
|
(add-to-list 'load-path (concat tvd-lisp-dir "/org/contrib/lisp"))
|
||||||
|
|
||||||
;; --------------------------------------------------------------------------------
|
;; --------------------------------------------------------------------------------
|
||||||
@@ -4393,12 +4392,18 @@ defun."
|
|||||||
|
|
||||||
;; Not much to say about Magit
|
;; Not much to say about Magit
|
||||||
|
|
||||||
|
(setq tvd-magit-revision "20170725.1153")
|
||||||
|
|
||||||
|
(add-to-list 'load-path (concat tvd-lisp-dir (concat "/magit-" tvd-magit-revision)))
|
||||||
|
|
||||||
(require 'magit)
|
(require 'magit)
|
||||||
|
|
||||||
(with-eval-after-load 'info
|
(with-eval-after-load 'info
|
||||||
(info-initialize)
|
(info-initialize)
|
||||||
(add-to-list 'Info-directory-list
|
(add-to-list 'Info-directory-list
|
||||||
"~/.emacs.d/lisp/magit/Documentation/")
|
(expand-file-name (concat "~/.emacs.d/lisp/magit-"
|
||||||
|
tvd-magit-revision
|
||||||
|
"/Documentation/")))
|
||||||
(setq magit-view-git-manual-method 'woman))
|
(setq magit-view-git-manual-method 'woman))
|
||||||
|
|
||||||
(defalias 'git 'magit-status)
|
(defalias 'git 'magit-status)
|
||||||
|
|||||||
901
emacs.html
901
emacs.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user