Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add space to word-count modeline | Case Duckworth | 2021-08-07 | |
| | | | | Honestly I should make the format a customizable variable. | |||
* | Turn off ERC modeline when clocked in | Case Duckworth | 2021-08-07 | |
| | | | | Less distracting. | |||
* | Add `acdw-org/count-words-stupidly' | Case Duckworth | 2021-08-07 | |
| | | | | | To count words in an Org-mode buffer, disregarding headings and drawers completely. | |||
* | Add twitter.com URL handling | Case Duckworth | 2021-08-07 | |
| | | | | | TODO: This could be smarter, e.g. not going to nitter if twitter.com/t.co is part of the URL query. | |||
* | Add alias for erc-propertize -> propertize | Case Duckworth | 2021-07-31 | |
| | ||||
* | Rewrite kill-ring-save-unfilled | Case Duckworth | 2021-07-31 | |
| | ||||
* | Aesthetic and message | Case Duckworth | 2021-07-31 | |
| | ||||
* | Move private.el | Case Duckworth | 2021-07-23 | |
| | ||||
* | Further configure org-mode | Case Duckworth | 2021-07-22 | |
| | | | | | Especially `kill-ring-save-unfilled', though it doesn't quite work in a really weird way. | |||
* | Configure ERC further | Case Duckworth | 2021-07-22 | |
| | ||||
* | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-07-14 | |
|\ | ||||
| * | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-07-02 | |
| |\ | ||||
| * | | Modify erc config | Case Duckworth | 2021-07-02 | |
| | | | ||||
* | | | Add `erc/reconnect' | Case Duckworth | 2021-07-14 | |
| |/ |/| | ||||
* | | Switch prefix with erc-switch-to-buffer | Case Duckworth | 2021-06-30 | |
|/ | ||||
* | Force mode line update after quitting server | Case Duckworth | 2021-06-06 | |
| | | | | Still not quite working... i think i need to kill all the channel buffers too. | |||
* | Add acdw-erc/prompt | Case Duckworth | 2021-06-06 | |
| | ||||
* | Require erc on connect | Case Duckworth | 2021-06-06 | |
| | ||||
* | Write function to require private.el | Case Duckworth | 2021-06-06 | |
| | ||||
* | Add unfill-region | Case Duckworth | 2021-06-02 | |
| | | | | | | TODO: unfill-buffer, etc. Possibly a whole 'filler.el' ... | |||
* | Remove commented block | Case Duckworth | 2021-06-02 | |
| | ||||
* | Add ORG functionality | Case Duckworth | 2021-06-01 | |
| | ||||
* | Move things from init.el to acdw.el and acdw-eshell.el | Case Duckworth | 2021-05-30 | |
| | | | | Probably should've been 2 commits... | |||
* | Fix mode-line flashing | Case Duckworth | 2021-05-28 | |
| | | | | Thanks, doom-themes! | |||
* | Change C-z binds to C-c and remove leader | Case Duckworth | 2021-05-27 | |
| | ||||
* | Fix `acdw/build-button-url-regexp' to rebuild on call | Case Duckworth | 2021-05-25 | |
| | | | | | `rx' builds the regexp at compile time -- I need it to be built at runtime. `rx-to-string' takes care of that for me. | |||
* | Formatting ... and stuff | Case Duckworth | 2021-05-25 | |
| | | | | Whatever. | |||
* | Fix typo | Case Duckworth | 2021-05-25 | |
| | ||||
* | Add gemini to browse-url-button-regexp | Case Duckworth | 2021-05-24 | |
| | | | | Also I overengineered some other stuff around that. | |||
* | Further customize ERC | Case Duckworth | 2021-05-24 | |
| | | | | I also added acdw-erc.el. | |||
* | Remove modeline customization in acdw/reading-mode | Case Duckworth | 2021-05-24 | |
| | ||||
* | Configure ERC | Case Duckworth | 2021-05-22 | |
| | | | | I'm not sure how much I'm going to use it, but it's done now. | |||
* | Add `sort-sexps' | Case Duckworth | 2021-05-22 | |
| | | | | from unpackaged.el | |||
* | Add `comment-or-uncomment-sexp' | Case Duckworth | 2021-05-21 | |
| | | | | from https://endlessparentheses.com/a-comment-or-uncomment-sexp-command.html | |||
* | Comment out `hook-defun' | Case Duckworth | 2021-05-21 | |
| | | | | | | | | | | The only plus `hook-defun' has over (add-hook 'hook (defun name ... )) is the ability to add the same function to multiple hooks at once. My init files don't use that functionality, so I've retired this macro for now. I'm thinking, honestly, that if a function is used in more than one hook, it should be defined separately and added to each hook in turn ... you know, like Emacs does it by default. | |||
* | Fix `acdw/system' argument parsing | Case Duckworth | 2021-05-21 | |
| | | | | | | | | | | `acdw/system' parsed arities of the form (acdw/system (:home (do-thing))) incorrectly: instead of expanding to (pcase acdw/system (:home (do-thing))), it parsed to ... something else that tried to call `:home' as a function and crapped out. I've fixed that issue and clarified the `cond' clauses. | |||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-05-19 | |
|\ | ||||
| * | Add variable-pitch-mode in Org and Info | Case Duckworth | 2021-05-19 | |
| | | ||||
* | | Change definition of `acdw-org/count-words' | Case Duckworth | 2021-05-19 | |
| | | | | | | | | | | | | (I renamed it from `acdw-org/word-count'.) It's still too slow for use in the modeline. So I have work to do still... | |||
* | | Rewrite acdw-modeline/word-count to show region counts | Case Duckworth | 2021-05-19 | |
|/ | ||||
* | Add `acdw-org/word-count' | Case Duckworth | 2021-05-13 | |
| | ||||
* | Add `acdw/system' macro | Case Duckworth | 2021-05-11 | |
| | | | | | | `acdw/system' eases configuration -- it returns the system when called with no arguments, acts as a test with one argument, or as a `pcase' with more than one argument. | |||
* | Remap C-w to backward-kill-word if the region isn't active | Case Duckworth | 2021-05-04 | |
| | ||||
* | Add `winum' | Case Duckworth | 2021-05-03 | |
| | | | | | I only rebind winum-select-window-* in graphical buffers because that's apparently the only place where C-[n] is the same as M-[n]. | |||
* | Add `dos2unix' | Case Duckworth | 2021-05-01 | |
| | | | | | | | Does the same thing (in general) as the dos2unix C program. By which I mean, it converts \r\n to \n in the buffer. It doesn't do anything else. ... So it really doesn't do much of the same thing as dos2unix. | |||
* | Change the fringe face | Case Duckworth | 2021-04-30 | |
| | | | | "dim gray" looks good on both black and white. | |||
* | Customize fringes | Case Duckworth | 2021-04-30 | |
| | | | | | Still to think about: changing the `fringe' face. Do I want it another color? Do I even need any buffer boundaries? Hm.... | |||
* | Move emoji font configuration to the initial frame setup function | Case Duckworth | 2021-04-30 | |
| | ||||
* | Add the text scale to the modeline | Case Duckworth | 2021-04-30 | |
| | ||||
* | Break emacs-git-pull-config out of emacs-refresh | Case Duckworth | 2021-04-29 | |
| | | | | ... and rename refresh-emacs to emacs-refresh ... |