Переглянути джерело

Add brew info directory

master
10sr 6 роки тому
джерело
коміт
6666f67934
Підписано: 10sr Ідентифікатор GPG ключа: 7BEC428194130EB2
1 змінених файлів з 4 додано та 2 видалено
  1. +4
    -2
      emacs.el

+ 4
- 2
emacs.el Переглянути файл

@@ -923,8 +923,10 @@ found, otherwise returns nil."
(with-eval-after-load 'text-mode
(define-key text-mode-map (kbd "C-m") 'newline))

(add-to-list 'Info-default-directory-list
(expand-file-name "~/.info/emacs-ja"))
(with-eval-after-load 'info
(defvar Info-directory-list nil)
(add-to-list 'Info-directory-list
(expand-file-name "~/.brew/share/info")))

(with-eval-after-load 'apropos
(defvar apropos-mode-map (make-sparse-keymap))


Завантаження…
Відмінити
Зберегти