Commit Graph

1464 Commits

Author SHA1 Message Date
contrapunctus 8552780d80 Make arguments optional in defun template 2022-02-24 21:27:05 +05:30
contrapunctus 5a4afe9579 Add lambda template for SLIME REPL 2022-02-24 21:25:14 +05:30
contrapunctus 2a929c87c7 Do not hide eldoc on backspace 2022-02-23 08:09:05 +05:30
contrapunctus 32d7a5eafd Do not warn if file is <20M 2022-02-23 08:08:24 +05:30
contrapunctus f7f91a2275 Add with-slots template, move elisp templates to lisp-mode 2022-02-23 08:06:47 +05:30
contrapunctus 5a0afc2c8f Tweak Chronometrist query output padding 2022-02-21 21:54:47 +05:30
contrapunctus daf0a270af Add binding for Org export block 2022-02-21 21:54:02 +05:30
contrapunctus 1a94e00712 Remove org-crypt; use org-superstar 2022-02-21 21:53:39 +05:30
contrapunctus d966e0868f Customize chronometrist-key-value-alist 2022-02-20 21:03:03 +05:30
contrapunctus a16736ee43 Move private configuration into encrypted file 2022-02-20 11:15:35 +05:30
contrapunctus e55008c430 Partially encrypt configuration
It's still in the Git history for the time being, but I'd rather not
make it /too/ accessible.
2022-02-19 15:12:16 +05:30
contrapunctus 9871aace1a Create headings in OSM/Chronometrist config code 2022-02-19 15:05:08 +05:30
contrapunctus 13edd13ba5 Add templates for slime-repl-mode 2022-02-19 03:05:32 +05:30
contrapunctus 49ac8e1e5d Change init-org.el -> init.el; remove ELC-related targets 2022-02-18 20:52:59 +05:30
contrapunctus 9d0d04cee4 Enable Company idle suggestions in text modes 2022-02-18 20:51:30 +05:30
contrapunctus 80a0460fc3 Reindent values 2022-02-17 19:40:42 +05:30
contrapunctus 940d829bc6 Add bindings for occur 2022-02-17 19:40:42 +05:30
contrapunctus 4c68fd40fc Move most font config to User Interface 2022-02-17 19:40:42 +05:30
contrapunctus 24a37e6e59 Try doom-modeline, disable other mode line packages 2022-02-17 19:40:36 +05:30
contrapunctus d6940b2da9 Use custom function for new email alert 2022-02-17 14:04:46 +05:30
contrapunctus 500b983242 Enable lexical binding 2022-02-17 13:29:08 +05:30
contrapunctus 84d468e7bc Move font size setting to after-make-frame-functions 2022-02-17 13:28:24 +05:30
contrapunctus 6cedc1c67d Define use-package template 2022-02-16 18:57:02 +05:30
contrapunctus b737a0b543 Use Quelpa for packages installed from source 2022-02-16 18:56:46 +05:30
contrapunctus a3622b1f99 Increase font size 2022-02-16 02:11:33 +05:30
contrapunctus 29bc996efa Bind imenu in Elisp buffers 2022-02-16 02:10:35 +05:30
contrapunctus ec4bf47843 Move up Chronometrist main config 2022-02-16 02:09:56 +05:30
contrapunctus 0056d41153 Disable Gnus 2022-02-16 02:09:37 +05:30
contrapunctus fd992f16ce Enable mu4e-use-fancy-chars 2022-02-16 02:09:22 +05:30
contrapunctus 4256ae0e8c Change mu4e binding 2022-02-16 02:07:31 +05:30
contrapunctus 5f5e201ec2 Add isearch history bindings 2022-02-15 01:56:19 +05:30
contrapunctus 9f583f7616 Preserve clipboard in kill ring
Thanks http://pragmaticemacs.com/emacs/add-the-system-clipboard-to-the-emacs-kill-ring/
2022-02-15 01:54:30 +05:30
contrapunctus f1931a7768 Add point-min and point-max templates 2022-02-14 21:48:56 +05:30
contrapunctus 3b97dbdcb0 Disable yasnippet, try Tempel 2022-02-14 21:47:14 +05:30
contrapunctus e95ff9421e Run mu4e on startup 2022-02-13 18:35:31 +05:30
contrapunctus 0bba0c8aa3 Add code to debug mu4e/mu4e-alert 2022-02-13 17:51:30 +05:30
contrapunctus c61fce7b3d Prettify yas hooks 2022-02-13 17:50:16 +05:30
contrapunctus 7ff58a141a Fix void-function error 2022-02-13 17:49:58 +05:30
contrapunctus 9db245093d Remove mu4e-conversation and desktop
mu4e-conversation is broken with current mu4e and also unmaintained

desktop pestered me with prompts on nearly every startup and exit;
besides, I was only using it for history, which savehist mode does
just fine. (and unobstrusively at that)
2022-02-13 17:48:16 +05:30
contrapunctus 9a2675f6fb Have alerts stick around longer 2022-02-12 20:59:26 +05:30
contrapunctus 1f349676eb Use consult-org-heading instead of imenus for Org buffers 2022-02-12 20:43:10 +05:30
contrapunctus 922fd20f3b Use company-emoji's setup code 2022-02-12 17:59:58 +05:30
contrapunctus b60870fd37 Align commands 2022-02-12 17:59:30 +05:30
contrapunctus 4d434a54f8 Fix "Did you start mu4e?" error
Doh 🤦
2022-02-12 17:49:56 +05:30
contrapunctus ce55d120d9 Add pdf-view bindings 2022-02-12 17:39:36 +05:30
contrapunctus 825613f6c6 Fix whitespace 2022-02-12 17:38:55 +05:30
contrapunctus 1ee8c8adb7 Update to reflect rename 2022-02-12 17:38:27 +05:30
contrapunctus 8e59fc7d5a Disable desktop.el
Inhibit startup screen because Boon is not enabled there, meaning I
can't use my entry-point `m` key (my-dispatch-hydra) to navigate from
that buffer.
2022-02-12 17:25:55 +05:30
contrapunctus e7aa11ea10 Try stock org-open-at-point 2022-02-12 16:09:02 +05:30
contrapunctus 060c6a91f8 Add single quote bindings 2022-02-12 16:08:44 +05:30