equal
deleted
inserted
replaced
2166 (message "lisp, elisp") |
2166 (message "lisp, elisp") |
2167 |
2167 |
2168 (setq list-command-history-max 256) |
2168 (setq list-command-history-max 256) |
2169 |
2169 |
2170 (add-hook 'emacs-lisp-mode-hook 'turn-on-eldoc-mode) |
2170 (add-hook 'emacs-lisp-mode-hook 'turn-on-eldoc-mode) |
|
2171 (defun my-emacs-lisp-mode-hook () |
|
2172 (setq tab-width 8)) |
|
2173 (add-hook 'emacs-lisp-mode-hook 'my-emacs-lisp-mode-hook) |
2171 |
2174 |
2172 (defun my-elisp-find-tag () |
2175 (defun my-elisp-find-tag () |
2173 (interactive) |
2176 (interactive) |
2174 (require 'etags) |
2177 (require 'etags) |
2175 (ring-insert find-tag-marker-ring (point-marker)) |
2178 (ring-insert find-tag-marker-ring (point-marker)) |