Commit Graph

434 Commits

Author SHA1 Message Date
James Cherti
99e802bc84 Remove eglot-autoshutdown 2025-02-07 06:25:27 -05:00
Jinyang Li
7fe9ccb3b8 Remove duplicated command (#26) 2025-02-07 06:01:09 -05:00
James Cherti
ce7818fcd3 Update README.md 2025-02-05 08:48:23 -05:00
James Cherti
e1cfc06b8d Update README.md 2025-02-05 08:47:01 -05:00
James Cherti
23aa176cac Update README.md 2025-02-05 08:43:52 -05:00
James Cherti
aee66c4cff Update README.md 2025-02-05 08:42:45 -05:00
James Cherti
b0a20a371f Update README.md 2025-02-05 08:39:52 -05:00
James Cherti
0b88b1d9b9 Update README.md 2025-02-05 08:34:55 -05:00
James Cherti
ab6ead510e Update README.md 2025-02-05 08:27:34 -05:00
James Cherti
3936c6987b Update README.md 2025-02-05 08:16:09 -05:00
James Cherti
1e2a035c28 Update README.md 2025-02-05 08:12:30 -05:00
James Cherti
3c7338e004 Update README.md 2025-02-05 08:07:10 -05:00
James Cherti
b4c2d7cc18 Update README.md 2025-02-05 08:05:45 -05:00
James Cherti
d9af329f6a Release: 1.1.2 2025-02-04 12:23:42 -05:00
James Cherti
949f771c14 Update recentf-exclude 2025-02-03 23:51:57 -05:00
James Cherti
c3091b1df1 Add minimal-emacs-user-directory to recentf-exclude 2025-02-03 16:15:05 -05:00
James Cherti
e9fe1b70e0 Update read-extended-command-predicate 2025-02-03 15:24:13 -05:00
James Cherti
b237b8d7b5 Fixes #11: Prevents help command completion from triggering autoload. 2025-02-03 14:31:29 -05:00
James Cherti
2a1d40fa96 Update ls-lisp settings 2025-02-03 12:43:39 -05:00
James Cherti
4e310ce192 Update README.md 2025-02-03 12:23:43 -05:00
James Cherti
65f3334c65 Update dired-omit-files 2025-02-03 12:20:56 -05:00
James Cherti
c4858483aa Enhance dired settings 2025-02-03 12:10:49 -05:00
James Cherti
ca81f7ed4f Add Flymake settings 2025-02-03 11:50:04 -05:00
James Cherti
1b96179b3a Add eglot settings and optimizations 2025-02-03 11:28:06 -05:00
James Cherti
13737dc30a Remove adding features that are not represented as packages 2025-02-03 10:06:11 -05:00
James Cherti
80efc418b9 Add a buffer section 2025-02-03 09:56:21 -05:00
James Cherti
c64fcacd3d The load function: set nosuffix to t to ensure the exact file is loaded. 2025-02-03 09:46:38 -05:00
James Cherti
014acf2613 Update recentf options 2025-02-02 22:25:04 -05:00
James Cherti
cdef3035a3 Update recentf options and add minimal-emacs--cleanup-hook 2025-02-02 22:23:13 -05:00
James Cherti
d04da86254 Add redisplay-skip-fontification-on-input and mouse-wheel-* 2025-02-02 21:58:51 -05:00
James Cherti
b44f59a77d Add vc-git-print-log-follow and apropos-do-all 2025-02-02 21:53:11 -05:00
James Cherti
a3a37c233d Update the order of mode-line-format sexp 2025-02-02 21:25:39 -05:00
James Cherti
9ae4cb9f56 Restore `file-name-handler-alist' when processing command-line 2025-02-02 21:17:15 -05:00
James Cherti
273854e15e Update file-name-handler-alist initial value 2025-02-02 21:14:27 -05:00
ad20935123 Add compile bindings, fix rust-mode-hook. 2025-01-23 10:43:03 +09:00
25a624f074 Update gitignore.
It turns out, gitignore was configured to ignore the pre- and post- init files.
Those same files contain quite a lot of useful setup that are unique to the
dotfiles in this repo.
2025-01-23 10:43:01 +09:00
76150ffbb5 Add windmove keybindings 2025-01-23 10:42:20 +09:00
f4eb08b0e6 Enable save-interprogram-paste-before-kill 2025-01-23 10:42:20 +09:00
c0a6d46af8 README rework.
Installed markdown-mode, changed the screenshot and updated the README.md to my
own.
2025-01-23 10:42:10 +09:00
997e583f84 Add miscellaneous functions file 2025-01-23 10:40:55 +09:00
2bb33dfc55 Enable narrow-to-region 2025-01-23 10:40:55 +09:00
a2f15991b6 Add a small CORFU bind 2025-01-23 10:40:55 +09:00
935ce54376 Migration complete 2025-01-23 10:40:55 +09:00
James Cherti
01e8828da8 Update copyright year range 2025-01-21 15:16:32 -05:00
James Cherti
e50659cc82 Update .gitignore to track only specific files 2025-01-16 09:09:20 -05:00
James Cherti
4dddf27c6e Closes #25: Update .gitignore to track only specific files 2025-01-16 09:08:11 -05:00
James Cherti
9feac4676d Closes #25: Update .gitignore to track only specific files 2025-01-16 09:05:05 -05:00
James Cherti
9a36de0879 Update README.md 2025-01-15 20:14:21 -05:00
James Cherti
9c16770eea Update .gitignore 2025-01-15 20:12:44 -05:00
J. Bromley
ede957f7f7 Ignore tramp, autosave, and racket-mode directories (#24)
* Added tramp file to .gitignore
* Added bookmarks file to .gitignore
* Ignore autosave and racket-mode directories

These files are user-generated, per-instance data.

---------

Co-authored-by: J. Bromley <jay@appliedinvention.com>
Co-authored-by: James Cherti <60946298+jamescherti@users.noreply.github.com>
2025-01-15 10:07:58 -05:00