Age | Commit message (Collapse) | Author |
|
* elisp.el (elisp-macro-expand): Refine the doc string.
(elisp-update-load-path, emacs-lisp-mode-hook): Help flymake use the
correct load-path.
|
|
* elisp.el (elisp-macro-buffer): The buffer that displays the
expansion.
(elisp-macro-expand): Expand the macro, and either displays in a
temporary buffer, or replace the original region. Right now this only
expands one form at a time. I might want to modify this in the future
so that this will expand every form found in the region. For now this
is enough for me.
(emacs-lisp-mode-map): Bind it to C-c C-e.
|
|
* elisp.el (emacs-lisp-highlight-vars-and-faces): Now the quote #'
will mark the symbol as a function, if it really is a function.
|
|
Now TeX and elfeed are roughly configured.
|
|
* elisp.el (emacs-lisp-mode):
(emacs-lisp-highlight-vars-and-faces): Change some highlighting.
|
|
* basic.el (auto-fill-function): Hide auto-fill-function from the mode line.
(auto-revert-mode): Hide auto-revert-mode from the mode line.
* common.el (durand-hide-minor-mode): Use a simple macro to facilitate
hiding.
* elisp.el (eldoc-mode): Use a macro to hide instead.
* eww-conf.el (eww-bookmarks-directory): Start Configuring EWW.
* init.el ("durand-simple"): My simple utilities.
("search-conf.el"): Configuring searching.
* search-conf.el (search-whitespace-regexp): White space as wild cards
(isearch-lax-whitespace): as above
(isearch-lazy-count): Count the matches
(isearch-allow-scroll): Scrolling while searching
(durand-search-replace-symbol): For quick refactoring
* text-conf.el (assq): Hide using the macro instead.
|
|
* bongo.el: Use header-line now.
Try to improve the tick.
* dired-conf.el: Require dired-x.
* elisp.el: Hide Eldoc on the mode line.
* text-conf.el (assq): Hide auto-fill-mode on the mode line.
* modeline.el (modeline-format-left): Display minor modes information.
(modeline-minor-modes-name-len-max): Max length of displayed minor modes.
(modeline-format-minor-modes): Display minor modes information.
(durand-mouse-minor-mode-menu): Make the default minor mode menu work
with my custom mode line.
* rime-conf.el ("emacs-rime"): Bind a key to set the input method to
rime in the minibuffer, so that I can use this input method to search
the buffer, for example.
|
|
|
|
|