summaryrefslogtreecommitdiff
path: root/.emacs.d
Commit message (Collapse)AuthorAge
* try replacing spw/icomplete-ret with setting completion-auto-helpSean Whitton2023-03-22
|
* update variable nameSean Whitton2023-03-22
|
* replace fido-mode with plain IcompleteSean Whitton2023-03-22
|
* tidy binding C-l in minibuffersSean Whitton2023-03-22
|
* drop calling activate-consfigurator-indentation-hintsSean Whitton2023-03-16
| | | | consfigurator-lisp-mode now calls this for us.
* ignore some Genera/Zmacs file attributesSean Whitton2023-03-16
|
* set slime-load-failed-faslSean Whitton2023-03-16
|
* set font-lock-maximum-decoration for consfigurator-lisp-mode tooSean Whitton2023-03-16
|
* spw/paredit-no-space-after: skip forward over open paren syntaxSean Whitton2023-03-16
|
* improve spw/paredit-no-space-afterSean Whitton2023-03-12
|
* fix bongo-dired-library-mode-hook breaking wdired-modeSean Whitton2023-03-12
|
* spw/dired-copy-filename-as-kill: call dired-guess-defaultSean Whitton2023-03-12
|
* replace default value of lisp-mode's imenu-generic-expressionSean Whitton2023-03-11
|
* drop experimental CL-INTERPOL addition to lisp-mode-syntax-tableSean Whitton2023-03-11
| | | | We now have consfigurator-lisp-mode.
* spw/eshell-find-git-subcommand: recognise reverts in progressSean Whitton2023-03-11
|
* use new server-return-invalid-read-syntax error signalSean Whitton2023-03-09
|
* update spw/lisp-mode-imenu-setup for new defining formSean Whitton2023-03-09
|
* reduce font-lock-maximum-decoration for lisp-modeSean Whitton2023-03-09
| | | | This is for consistency: we don't want only some macros to get a special face.
* try treating inferior Lisp REPL windows similarly to Eshell windowsSean Whitton2023-03-09
|
* drop presently-unused regexp component for project-eshell buffersSean Whitton2023-03-09
|
* add Lisp's cwd & hostname to slime-repl header-line-formatSean Whitton2023-03-09
|
* replace spw/scratch-paredit-mode with a major modeSean Whitton2023-03-04
|
* refactorSean Whitton2023-03-04
|
* disable orgtbl-mode in *scratch*Sean Whitton2023-03-04
| | | | It appears to break eldoc and/or show-paren-mode.
* Revert "fix backspace in *scratch*"Sean Whitton2023-03-04
| | | | | | This reverts commit d945c74512ae2e6344bb8c9444d71a96d7770c83. So far as I can tell, this was never necessary.
* spw/scratch-paredit-mode: don't defer to higher priority minor modesSean Whitton2023-03-04
|
* set parent map of spw/scratch-paredit-mode-map to paredit-mode-mapSean Whitton2023-03-04
|
* set icomplete-in-bufferSean Whitton2023-03-03
|
* add dired-hide-details-mode to bongo-dired-library-mode-hookSean Whitton2023-03-02
|
* add project-dired to project-switch-commandsSean Whitton2023-03-02
|
* set org-yank-folded-subtreesSean Whitton2023-02-25
|
* enhance CL-USER & add C-c g l binding to get thereSean Whitton2023-02-24
|
* return to using 'git update-index' over 'git annex add'Sean Whitton2023-02-23
|
* spw/bts-submit: fix trimming the version numberSean Whitton2023-02-22
|
* when passing to gdbmacs, ignore unreadable return valuesSean Whitton2023-02-20
|
* spw/scratch-paredit-mode-map: avoid bytecode in new function namesSean Whitton2023-02-17
|
* use 'git annex add' instead of 'git update-index'Sean Whitton2023-02-16
| | | | | It should be harmless to add current versions of the files to the annex, and the 'git update-index' command would fail whenever Gnus created new files.
* spw/gnus: use gnus-summary-buffer-nameSean Whitton2023-02-16
|
* avoid trying to enable paredit-mode in *scratch*Sean Whitton2023-02-15
| | | | | | | It'll often fail due to unbalanced parentheses. Additionally, use paredit-mode, not spw/scratch-paredit-mode, in any other lisp-interaction-mode buffers.
* fix backspace in *scratch*Sean Whitton2023-02-14
|
* use *scratch* for text notes too, enabling us to drop *notes*Sean Whitton2023-02-13
|
* move manually-maintained part of all.SCORE to ~/doc/Sean Whitton2023-02-12
|
* spw/gnus-startup-wrapper: update src/athpriv before starting GnusSean Whitton2023-02-09
|
* spw/gnus-startup-wrapper: allow using primary daemon on athenaSean Whitton2023-02-09
|
* spw/gnus-startup-wrapper: check for clean ~/src/athpriv/NewsSean Whitton2023-02-09
|
* add deborphan-all shell aliasSean Whitton2023-02-05
|
* spw/gnus: ensure movemymail script is on PATH on athenaSean Whitton2023-01-31
|
* tidy up chiark Gnus initSean Whitton2023-01-29
| | | | | | Previously we set gnus-select-method (and indeed defined nntp-open-authinfo-kludge) on a host-specific branch. But thanks to spw/on-host-p, that's unnecessary.
* add chiark code for passing news cookieSean Whitton2023-01-29
| | | | | Copied from ~matthewv/.gnus and originally <http://www.greenend.org.uk/rjk/2000/08/29/authinfo.html>
* display-buffer-alist: avoid assuming buffer-match-p is availableSean Whitton2023-01-29
|