Commit Graph

350 Commits

Author SHA1 Message Date
Case Duckworth 6f3e287d49 Setup `dired' better
Instead of resetting `setup-*' in each of dired's dependent packages, just
install them using `:straight' and configure them in blocks.
2021-04-22 11:55:47 -05:00
Case Duckworth ae355342c9 Add dired-git-info 2021-04-22 11:51:34 -05:00
Case Duckworth 60f8d3f903 Open files better, depending on system 2021-04-22 11:51:03 -05:00
Case Duckworth 4ff4537794 Bail out of `setup' if straight fails 2021-04-22 11:50:19 -05:00
Case Duckworth 62dd9dcaff Install w32-browser at work 2021-04-22 11:11:39 -05:00
Case Duckworth 8e49378b47 Move lexical-binding setting into a hook
*scratch* still doesn't apply the (setq-default lexical-binding t) form, but
the advice I'd been giving `setup' broke the documentation generator function.
So I just added lexical-binding to a hook when opening an emacs-lisp-mode
buffer.

Will this bite me later?  Possibly.  But I'll deal with that then.  The worst
that could happen is that I'd write another function, `setup-test' or
something, that'd apply lexical-binding and then run `setup'.  Or I could just
set lexical-binding to t manually.  Whatever.
2021-04-22 10:20:25 -05:00
Case Duckworth 152daf82ef Add macro `with-message' 2021-04-21 17:54:29 -05:00
Case Duckworth c478ecae3c Setup emoji fonts!
This is a much better alternative than the old crusty unicode-fonts package.
2021-04-21 17:27:45 -05:00
Case Duckworth 0175f1c0e9 Add messages in `acdw/eval-region-or-buffer'
Probably should write a macro, `with-message' or something.
2021-04-21 17:22:54 -05:00
Case Duckworth fda8192c81 Add keybinding for crux-transpose-windows 2021-04-21 11:50:34 -05:00
Case Duckworth b51bf89f7a Add advice to kill lines and join 2021-04-21 11:50:18 -05:00
Case Duckworth 71d2664f23 Merge branch 'main' of https://tildegit.org/acdw/emacs 2021-04-21 09:38:27 -05:00
Case Duckworth 180fdac959 Fix boundp check in eshell-setup 2021-04-21 09:36:30 -05:00
Case Duckworth c4a38fed1e Merge branch 'main' of https://tildegit.org/acdw/emacs 2021-04-20 17:59:49 -05:00
Case Duckworth 82c75698ec Add `electric-cursor'
Mine own package!
2021-04-20 17:59:24 -05:00
Case Duckworth 76a464c7cf Fix some dumbness 2021-04-20 17:59:09 -05:00
Case Duckworth 193620eb92 Merge branch 'main' of https://tildegit.org/acdw/emacs 2021-04-20 16:26:34 -05:00
Case Duckworth ec8f21a252 Use consult for completion-in-region 2021-04-20 16:25:31 -05:00
Case Duckworth 37e80f75e4 Only grow mini-windows, instead of resizing intensely 2021-04-20 16:24:59 -05:00
Case Duckworth 65f22f2d22 Autoload elpher-go 2021-04-20 16:24:42 -05:00
Case Duckworth 2d364b5c89 Advise setup to use lexical-binding 2021-04-20 16:24:06 -05:00
Case Duckworth 4a9252b114 Use company for completion-in-region instead of corfu
I found out it does completion-in-region, and honestly, it's a better
interface, and more uniform.
2021-04-20 14:27:22 -05:00
Case Duckworth ec64f8bdff Correct things 2021-04-20 14:24:03 -05:00
Case Duckworth b7e63d425a Change keybindings 2021-04-19 23:46:24 -05:00
Case Duckworth 780f58dece Rename functions in acdw-org.el 2021-04-19 16:16:46 -05:00
Case Duckworth e035d7a378 Make `visual-line-mode' and `olivetti-mode' prettier 2021-04-19 16:16:19 -05:00
Case Duckworth 5be5b704b1 Handle cases where ~/.emacs/pkg doesn't exist 2021-04-19 16:15:44 -05:00
Case Duckworth 2f35181b9a Tweak `org-table-copy-down'
Now <S-return> will do its regular thing /in/ a table, but will also work
/outside/ a table as a regular <return>.
2021-04-19 15:46:31 -05:00
Case Duckworth f09752f5a0 Merge branch 'main' of https://tildegit.org/acdw/emacs 2021-04-19 15:25:53 -05:00
Case Duckworth d057fde4ce Add `acdw/kill-a-buffer' and keybinding 2021-04-19 15:25:04 -05:00
Case Duckworth 4b7c2c092c Add (and ignore) pkg/
I'm going to put packages I develop in there.
2021-04-19 14:38:44 -05:00
Case Duckworth 6e8dda046c Move vertico-related config into its `setup' form 2021-04-19 12:33:13 -05:00
Case Duckworth 6e6f95570b Fix clipboard pasting non-ASCII characters
... at least on Windows.

Solution found here:
https://emacs.stackexchange.com/questions/22727/pasting-text-from-clipboard-why-m-instead-of-linebreaks

Other resources:
https://emacs.stackexchange.com/questions/22727/pasting-text-from-clipboard-why-m-instead-of-linebreaks
https://goyoambrosio.com/2018/06/Dealing-with-utf-8-in-Emacs/
2021-04-19 12:32:21 -05:00
Case Duckworth cdaaee1a1d Fix `:mode' keyword in `setup' 2021-04-19 12:31:52 -05:00
Case Duckworth 9259da2345 Begin again with Gnus 2021-04-19 08:24:46 -05:00
Case Duckworth 48396d9888 Lower echo-keystrokes timeout 2021-04-19 00:21:36 -05:00
Case Duckworth b140de36ba Enable minibuffer-electric-default-mode 2021-04-19 00:21:22 -05:00
Case Duckworth 1b652a2ec8 Switch out company for corfu
Corfu is like, alpha software, but it already seems pretty useful for what I
need.
2021-04-17 23:02:38 -05:00
Case Duckworth 44a6df13ce Consolidate home apps 2021-04-17 23:02:23 -05:00
Case Duckworth c1f0a14b8f Reorganize magit settings 2021-04-17 23:02:11 -05:00
Case Duckworth 6607720854 Autoload `elpher-bookmarks' 2021-04-17 23:01:54 -05:00
Case Duckworth c864c0d4d7 Re-organize org settings 2021-04-17 23:01:42 -05:00
Case Duckworth 014c37dc77 set lexical-binding by default 2021-04-17 19:03:52 -05:00
Case Duckworth 8e1f66e0e4 Don't add a space after slime company completion 2021-04-15 23:23:58 -05:00
Case Duckworth 47b7185d7d Try to fix vertico et al 2021-04-15 23:23:50 -05:00
Case Duckworth 9ce0660678 Enable lexical-binding by default 2021-04-15 23:23:32 -05:00
Case Duckworth bbfc7c8f17 Merge branch 'main' of https://tildegit.org/acdw/emacs 2021-04-14 18:40:08 -05:00
Case Duckworth f2dd261315 Remove some modes from dumb-format 2021-04-14 18:40:05 -05:00
Case Duckworth f691294a32 Remove `vertico' from `comp-deferred-compilation-deny-list'
See https://github.com/minad/vertico/issues/15 -- might not be necessary
2021-04-14 17:46:43 -05:00
Case Duckworth 99ec5c04f9 icomplete->vertico... again
this time, I just commented out icomplete, so it should be easier to test
things.  uff....

I guess I'm getting close to 1000 commits! so gotta do what i can, right?
2021-04-14 17:10:53 -05:00