Commit Graph

435 Commits

Author SHA1 Message Date
contrapunctus 2e0af9dd83 Add a workaround for when ELPA is down 2022-01-06 11:11:03 +05:30
contrapunctus 23b3a33d17 Move use-package to init.org 2022-01-06 11:11:03 +05:30
contrapunctus d2ae421a7a Use load instead of literate-elisp-load
The latter does not honor the #+OPTIONS: use-property-inheritance:t
line, so we are back to plain old tangling and loading.
2022-01-06 11:11:03 +05:30
contrapunctus 8f61851548 Add EXWM 2021-08-03 20:26:57 +05:30
contrapunctus 023c883031 [literate] load tangled file if newer 2021-07-09 01:55:45 +05:30
contrapunctus 2297bb7393 [literate-elisp] use `require` instead of `load` 2021-06-22 06:09:41 +05:30
contrapunctus dad20b4938 [literate] fix init errors, reinstate literate-elisp 2021-02-18 10:49:05 +05:30
contrapunctus 359b524228 [magit] define boon-like keys everywhere 2021-02-18 10:02:08 +05:30
contrapunctus 9179e7e765 [hydra] define line display hydra 2021-02-18 10:00:03 +05:30
contrapunctus 2c2d9a4dc0 [hydra] make window hydra color red 2021-02-17 23:43:22 +05:30
contrapunctus 35afcc1320 [hydra] add window resizing commands to window hydra 2021-02-17 22:28:53 +05:30
contrapunctus 48cc0bc0fe [hydra] add window hydra, rename cp/prog-hydra 2021-02-17 22:10:54 +05:30
contrapunctus 487c829e89 [unicode] easier insertion of em dash and Rupee sign 2021-02-17 19:54:49 +05:30
contrapunctus 4e8150ac87 [magit] add Boon-like keys for magit-diff-mode-map 2021-02-17 19:40:28 +05:30
contrapunctus 5a8b148716 [hydra] add commands for init, launch, dired-jump, save 2021-02-17 19:37:53 +05:30
contrapunctus 5caab2fd5e [boon/ido] fix "failed to define function ido-mini" error 2021-02-17 19:04:55 +05:30
contrapunctus 8b7f07a993 [programming] absorb config in init.org, create general hydra 2021-02-17 19:04:27 +05:30
contrapunctus 71e989bd82 [boon/ido] fix keybinding errors 2021-02-17 16:23:38 +05:30
contrapunctus 5c7d2ee9c9 [literate] add/remove newlines in output 2021-02-17 16:21:33 +05:30
contrapunctus f1a22bc836 [literate] use sed to tangle the file instead of literate-elisp 2021-02-17 15:36:17 +05:30
contrapunctus bcd8d2aabe [literate] convert init.el to literate Org program 2021-02-16 19:06:47 +05:30
contrapunctus 0f038b4d41 [org] don't auto-export literate files 2021-02-16 17:45:15 +05:30
contrapunctus a8f1ec8f1b [feather] reactivate package, now that we are running Emacs 27 2021-02-16 17:42:52 +05:30
contrapunctus fe3f531fdf [browse-url] automatically copy URLs 2021-02-16 17:40:48 +05:30
contrapunctus b6ec8c3cfe [magit] define boon-like keys for magit-revision-mode-map 2021-02-16 17:32:40 +05:30
contrapunctus cdc5a65cc8 [counsel] don't use standard completion for find-file
Didn't work too well.
2021-02-16 17:31:34 +05:30
contrapunctus 382b5afb62 [ediff] use IO for previous-next diff 2021-02-16 13:22:47 +05:30
contrapunctus 239b0863f9 [compile] always kill existing compilation processes 2021-02-11 22:45:41 +05:30
contrapunctus b5b1611432 Prefix cl-lib symbols 2021-02-11 19:27:11 +05:30
contrapunctus 7ce3f523df Suppress warning for list-timers 2021-02-11 19:18:49 +05:30
contrapunctus bf736679f7 Define command to insert date 2021-01-30 20:19:20 +05:30
contrapunctus 4038acb2b1 Disable ivy for find-file 2021-01-30 20:18:28 +05:30
contrapunctus 5caadc7c32 Use new Lilypond build script 2020-12-21 20:23:16 +05:30
contrapunctus 09bf8e10c3 Add workarounds for TLS issues; disable Feather till they are fixed
feather (probably via async.el) runs external Emacs processes with -Q,
so no user/site Elisp workarounds help - all package operations fail
with "bad request".
2020-12-21 20:21:40 +05:30
contrapunctus 746f3808e3 Use man instead of woman (latter breaks in some cases, like tables) 2020-11-11 13:39:35 +05:30
contrapunctus 3c5ac34924 Magit - add some Boon-like keys 2020-09-14 22:01:29 +05:30
contrapunctus 3e05a12a93 Move iedit configuration to cp-editing.el 2020-08-28 13:31:48 +05:30
contrapunctus 263ca28214 Add key for abort-recursive-edit 2020-08-27 18:27:30 +05:30
contrapunctus d810ee8829 Disable nodejs-repl, keyfreq 2020-08-24 18:20:40 +05:30
contrapunctus f8f91e898f Require confirmation for storing cookies
Trying to find out what caused them to be stored. I was just editing
some Markdown files! :\
2020-08-16 13:12:20 +05:30
contrapunctus 9048840ba5 Add binding for package-autoremove 2020-08-16 13:06:52 +05:30
contrapunctus e23b388a86 Performance - set lower gc limit when init completes 2020-08-06 20:50:16 +05:30
contrapunctus 496d4c9f95 Fix company-emoji loading
It used to work before 🤔
2020-08-05 09:09:55 +05:30
contrapunctus 88ed14e903 Remove :ensure declarations
init time 38s -> 24s
2020-08-05 09:09:55 +05:30
contrapunctus 862a35eeb1 Remove redundant keybinding definition
It's already defined in (use-package ag ...)
2020-08-04 17:09:05 +05:30
contrapunctus 28364bcaf5 Configure feather-mode correctly 2020-08-04 16:56:30 +05:30
contrapunctus 08c9857489 Use esup 2020-08-04 16:50:30 +05:30
contrapunctus 0315397647 Formally start using cp-mail 2020-07-30 21:41:39 +05:30
contrapunctus de9e0a1951 init - reindent setq values 2020-07-24 16:45:52 +05:30
contrapunctus fe10739658 Configure ediff separately 2020-07-24 16:45:26 +05:30