]> git.earman.xyz Git - emacsinit.git/log
emacsinit.git
2 years agoCleanup use-package declarations for faster init
rearman [Mon, 17 Jun 2024 21:12:13 +0000 (17:12 -0400)]
Cleanup use-package declarations for faster init

2 years agoUp the gc-cons-threshhold
rearman [Mon, 17 Jun 2024 19:56:24 +0000 (15:56 -0400)]
Up the gc-cons-threshhold

2 years agoReorganize, changes to smart-beginning/end-of-line
rearman [Fri, 14 Jun 2024 21:14:02 +0000 (17:14 -0400)]
Reorganize, changes to smart-beginning/end-of-line

See the defuns - they now work with visual-line-mode, and critically,
in visual-line-mode while org-mode is active

2 years agoMake dired play nice with symlinks
rearman [Fri, 14 Jun 2024 18:17:22 +0000 (14:17 -0400)]
Make dired play nice with symlinks

2 years agoRemoved early-init tangling from config.org, README is symlink now
rearman [Fri, 14 Jun 2024 18:11:29 +0000 (14:11 -0400)]
Removed early-init tangling from config.org, README is symlink now

2 years agoRemoved early-init tangling from config.org, README is symlink now
rearman [Fri, 14 Jun 2024 18:03:46 +0000 (14:03 -0400)]
Removed early-init tangling from config.org, README is symlink now

2 years agoBuffer switching, some defuns to macros
rearman [Fri, 14 Jun 2024 14:53:42 +0000 (10:53 -0400)]
Buffer switching, some defuns to macros

2 years agoBikeshedding
rearman [Thu, 13 Jun 2024 21:07:01 +0000 (17:07 -0400)]
Bikeshedding

2 years agoVarious updates
rearman [Thu, 13 Jun 2024 20:27:18 +0000 (16:27 -0400)]
Various updates

Try out garbage-collector-magic-hack
Update the remap bindings to the new style
Add some dired and bookmark options

2 years agoChange initialization meta
rearman [Thu, 13 Jun 2024 19:34:23 +0000 (15:34 -0400)]
Change initialization meta

Avoid issues when doing a git pull that is not the first clone,
having to play games with --[no]-assume-unchanged, etc.
1. Change init.org to config.org, and set up init.el to tangle that file.
2. Track early-init.el, so that it gets run on first startup.
   a. Keep the tangling section for this file in config.org for central editing.

2 years agoCleanup & Organize
rearman [Wed, 12 Jun 2024 19:37:26 +0000 (15:37 -0400)]
Cleanup & Organize

2 years agoAdd recentf, dired auto-revert, search with region
rearman [Wed, 12 Jun 2024 18:43:27 +0000 (14:43 -0400)]
Add recentf, dired auto-revert, search with region

2 years agoRemove android stuff, fix C-h binding
rearman [Wed, 12 Jun 2024 13:04:43 +0000 (09:04 -0400)]
Remove android stuff, fix C-h binding

2 years agoChange to a mono theme
rearman [Thu, 6 Jun 2024 15:26:53 +0000 (11:26 -0400)]
Change to a mono theme

2 years agoBetter handle when to create org links
rearman [Wed, 5 Jun 2024 16:02:26 +0000 (12:02 -0400)]
Better handle when to create org links

2 years agoApropos full listing, C-h backspace
rearman [Wed, 5 Jun 2024 13:35:50 +0000 (09:35 -0400)]
Apropos full listing, C-h backspace

2 years agoMake SLIME's loading conditional
rearman [Wed, 5 Jun 2024 13:09:32 +0000 (09:09 -0400)]
Make SLIME's loading conditional

2 years agoRemoved un-needed org ids
rearman [Tue, 4 Jun 2024 20:51:43 +0000 (16:51 -0400)]
Removed un-needed org ids

2 years agoRemoved un-needed org ids
rearman [Tue, 4 Jun 2024 16:30:56 +0000 (12:30 -0400)]
Removed un-needed org ids

2 years agoDisable auto-creation of org-ids
rearman [Tue, 4 Jun 2024 15:54:09 +0000 (11:54 -0400)]
Disable auto-creation of org-ids

2 years agoMost defuns get an "re/" prefix
rearman [Thu, 30 May 2024 12:57:39 +0000 (08:57 -0400)]
Most defuns get an "re/" prefix

Math defuns don't, since they are meant to be terse/explanatory.
The "sudo" and "doas" defuns don't, since they are meant to be used as replacements for the shell commands.

2 years agoSetup for Slime, org agenda changes
rearman [Thu, 30 May 2024 12:41:01 +0000 (08:41 -0400)]
Setup for Slime, org agenda changes

2 years agoMerge branch 'master' of https://github.com/rearman/emacsinit
rearman [Wed, 22 May 2024 15:57:22 +0000 (11:57 -0400)]
Merge branch 'master' of https://github.com/rearman/emacsinit

2 years agoFix up templates
rearman [Wed, 22 May 2024 15:57:00 +0000 (11:57 -0400)]
Fix up templates

2 years agoUpdate dired ls options
rush [Wed, 22 May 2024 01:32:57 +0000 (21:32 -0400)]
Update dired ls options

2 years agoChange up capture templates again
rearman [Tue, 21 May 2024 13:54:57 +0000 (09:54 -0400)]
Change up capture templates again

2 years agoMove scroll bar setting to make it work
rearman [Mon, 20 May 2024 20:27:30 +0000 (16:27 -0400)]
Move scroll bar setting to make it work

2 years agoMake visual-line-mode on by default
rearman [Fri, 17 May 2024 21:13:01 +0000 (17:13 -0400)]
Make visual-line-mode on by default

2 years agoAdd custom invocation
rearman [Wed, 15 May 2024 20:09:42 +0000 (16:09 -0400)]
Add custom invocation

2 years agoFix curly arrows default for visual-line-mode
rearman [Wed, 15 May 2024 20:09:26 +0000 (16:09 -0400)]
Fix curly arrows default for visual-line-mode

2 years agoTweak visual line mode, unbind insert
rearman [Tue, 14 May 2024 21:09:09 +0000 (17:09 -0400)]
Tweak visual line mode, unbind insert

2 years agoRemove binding for lisp-interaction-mode
rearman [Tue, 14 May 2024 19:43:01 +0000 (15:43 -0400)]
Remove binding for lisp-interaction-mode

Realized I really don't want that outside of an actual repl

2 years agoFix typos in lisp-interaction-mode section
rearman [Tue, 14 May 2024 15:09:07 +0000 (11:09 -0400)]
Fix typos in lisp-interaction-mode section

2 years agoFix heading mishap
rearman [Tue, 14 May 2024 14:48:48 +0000 (10:48 -0400)]
Fix heading mishap

2 years agoMove defuns up, generalize send-on-close-paren
rearman [Tue, 14 May 2024 14:46:50 +0000 (10:46 -0400)]
Move defuns up, generalize send-on-close-paren

2 years agoCleanup and re-organize
rearman [Tue, 14 May 2024 14:05:09 +0000 (10:05 -0400)]
Cleanup and re-organize

2 years agoChanges for android
rearman [Mon, 13 May 2024 18:46:14 +0000 (14:46 -0400)]
Changes for android

2 years agoChanges for android emacs
rearman [Mon, 13 May 2024 18:28:35 +0000 (14:28 -0400)]
Changes for android emacs

2 years agoAdd shortcut to wisdom tag
rearman [Mon, 13 May 2024 16:12:52 +0000 (12:12 -0400)]
Add shortcut to wisdom tag

2 years agoSwitch to using the submodule for acme-mouse
rearman [Fri, 10 May 2024 14:07:04 +0000 (10:07 -0400)]
Switch to using the submodule for acme-mouse

2 years agoCopy acme-mouse to its own repo, and make it a submodule
rearman [Fri, 10 May 2024 13:54:52 +0000 (09:54 -0400)]
Copy acme-mouse to its own repo, and make it a submodule

2 years agoDisable link-following with mouse-1
rearman [Fri, 10 May 2024 12:19:57 +0000 (08:19 -0400)]
Disable link-following with mouse-1

2 years agoRe-arrnage org config, make custom agenda binding global
rearman [Thu, 9 May 2024 20:57:41 +0000 (16:57 -0400)]
Re-arrnage org config, make custom agenda binding global

2 years agoAdd defun and binding for custom agenda on single key
rearman [Thu, 9 May 2024 20:51:01 +0000 (16:51 -0400)]
Add defun and binding for custom agenda on single key

2 years agoAdd SRC_BLOCK snippet, force utf-8
rearman [Thu, 9 May 2024 20:26:23 +0000 (16:26 -0400)]
Add SRC_BLOCK snippet, force utf-8

2 years agoAgenda shows heirarchy, better org navigation
rearman [Thu, 9 May 2024 19:05:30 +0000 (15:05 -0400)]
Agenda shows heirarchy, better org navigation

2 years agoRe-swap isearch and isearch regexp
rearman [Thu, 9 May 2024 16:28:25 +0000 (12:28 -0400)]
Re-swap isearch and isearch regexp

2 years agoOrg-links use ids, auto-generate ids on save, capture
rearman [Thu, 9 May 2024 16:25:06 +0000 (12:25 -0400)]
Org-links use ids, auto-generate ids on save, capture

2 years agoMeeting Template, remove tags from agenda, normal verbatim mode
rearman [Wed, 8 May 2024 19:53:25 +0000 (15:53 -0400)]
Meeting Template, remove tags from agenda, normal verbatim mode

2 years agoRe-organized the org section, update to 29.3
rearman [Wed, 8 May 2024 13:44:34 +0000 (09:44 -0400)]
Re-organized the org section, update to 29.3

2 years agoIgnore timeclock file
rearman [Wed, 8 May 2024 13:43:26 +0000 (09:43 -0400)]
Ignore timeclock file

2 years agoVarious cleanup, more agenda/capture tewaks
rearman [Wed, 8 May 2024 12:08:28 +0000 (08:08 -0400)]
Various cleanup, more agenda/capture tewaks

2 years agoUpdate to ignore url folder
rearman [Wed, 8 May 2024 12:05:28 +0000 (08:05 -0400)]
Update to ignore url folder

2 years agoAdd ielm config, tweak org options
rearman [Mon, 6 May 2024 21:13:36 +0000 (17:13 -0400)]
Add ielm config, tweak org options

2 years agoRe-Refactor plc defuns, modify agenda, swap string/regexp bindings
rearman [Mon, 6 May 2024 16:32:07 +0000 (12:32 -0400)]
Re-Refactor plc defuns, modify agenda, swap string/regexp bindings

2 years agoUpdate and organize snippets
rearman [Fri, 3 May 2024 21:08:05 +0000 (17:08 -0400)]
Update and organize snippets

2 years agoRefactor PLC defuns, test no theme and regular scroll
rearman [Fri, 3 May 2024 16:13:01 +0000 (12:13 -0400)]
Refactor PLC defuns, test no theme and regular scroll

2 years agoDisabled acme-mouse-mode for now
rearman [Wed, 17 Apr 2024 18:47:38 +0000 (14:47 -0400)]
Disabled acme-mouse-mode for now

2 years agoAdd centered-cursor-mode
rearman [Mon, 8 Apr 2024 16:41:59 +0000 (12:41 -0400)]
Add centered-cursor-mode

2 years agoStartup org indendted
rearman [Mon, 4 Mar 2024 16:30:14 +0000 (11:30 -0500)]
Startup org indendted

2 years agoStart org folded, allow refile to DONE tasks
rearman [Mon, 4 Mar 2024 16:08:54 +0000 (11:08 -0500)]
Start org folded, allow refile to DONE tasks

2 years agoChanges to facility block
rearman [Wed, 28 Feb 2024 21:10:01 +0000 (16:10 -0500)]
Changes to facility block

2 years agoChanges to facility block, agenda view
rearman [Wed, 28 Feb 2024 20:39:50 +0000 (15:39 -0500)]
Changes to facility block, agenda view

2 years agoAdd AUCTeX
rearman [Mon, 15 Jan 2024 19:05:56 +0000 (14:05 -0500)]
Add AUCTeX

2 years agoFine tune org agenda and tags
rearman [Mon, 15 Jan 2024 16:41:22 +0000 (11:41 -0500)]
Fine tune org agenda and tags

2 years agoIgnore abbrev_defs (typo had -)
rearman [Mon, 15 Jan 2024 15:12:08 +0000 (10:12 -0500)]
Ignore abbrev_defs (typo had -)

2 years agoMerge branch 'master' of https://github.com/rearman/emacsinit
rearman [Mon, 15 Jan 2024 15:00:51 +0000 (10:00 -0500)]
Merge branch 'master' of https://github.com/rearman/emacsinit

2 years agoFix typo for abbrev_defs tangle block
rearman [Mon, 15 Jan 2024 14:58:48 +0000 (09:58 -0500)]
Fix typo for abbrev_defs tangle block

2 years agoAdd binding for ledger-sort-buffer
rush [Sat, 13 Jan 2024 17:28:00 +0000 (12:28 -0500)]
Add binding for ledger-sort-buffer

Put it on `C-c s', since `ledger-sort-region' is on `C-c C-s'

2 years agoRemove unused defun
rearman [Mon, 8 Jan 2024 16:49:14 +0000 (11:49 -0500)]
Remove unused defun

Got rid of pid tuning defun

2 years agoAdd macro for calc
rearman [Mon, 8 Jan 2024 16:33:04 +0000 (11:33 -0500)]
Add macro for calc

2 years agoIgnore abbrev-defs, generated
rearman [Wed, 13 Dec 2023 20:30:35 +0000 (15:30 -0500)]
Ignore abbrev-defs, generated

2 years agoAdd cursor positions to org abbreviations
rearman [Fri, 8 Dec 2023 21:19:46 +0000 (16:19 -0500)]
Add cursor positions to org abbreviations

2 years agoAdd abbrev for org meeting
rearman [Fri, 8 Dec 2023 19:42:17 +0000 (14:42 -0500)]
Add abbrev for org meeting

2 years agoChange location of backups, tewaks to done state
rearman [Thu, 7 Dec 2023 17:32:44 +0000 (12:32 -0500)]
Change location of backups, tewaks to done state

Change backup location from temp folder to ~/emacs-backups

Make org record a description when coming out of DONE state, and record links as absolute path

2 years agoUpdate abbrevs to match tag standards
rearman [Wed, 6 Dec 2023 14:50:47 +0000 (09:50 -0500)]
Update abbrevs to match tag standards

No capitals, no dashes, laid out consistently for all related items

2 years agoAdd acme-mouse.el, add another abbrev for org
rearman [Wed, 6 Dec 2023 14:41:22 +0000 (09:41 -0500)]
Add acme-mouse.el, add another abbrev for org

2 years agoRe-structure the abbrevs (work on startup)
rearman [Mon, 4 Dec 2023 19:54:53 +0000 (14:54 -0500)]
Re-structure the abbrevs (work on startup)

Emacs also decided to re-do all my indentation, so the diff is mostly useless

2 years agoUpdate version in Introduction
rearman [Mon, 4 Dec 2023 17:21:00 +0000 (12:21 -0500)]
Update version in Introduction

2 years agoAdd abbrevs for org-mode, other tweaks for the same
rearman [Mon, 4 Dec 2023 17:17:09 +0000 (12:17 -0500)]
Add abbrevs for org-mode, other tweaks for the same

3 years agoCleanup of unused items
rearman [Tue, 1 Aug 2023 14:36:10 +0000 (10:36 -0400)]
Cleanup of unused items

3 years agoAdd ensure t explicitly to all use-package declarations
rearman [Mon, 31 Jul 2023 19:59:09 +0000 (15:59 -0400)]
Add ensure t explicitly to all use-package declarations

3 years agoFix bindings for v29
rearman [Mon, 31 Jul 2023 19:04:38 +0000 (15:04 -0400)]
Fix bindings for v29

3 years agoChanges for emacs 29
rearman [Mon, 31 Jul 2023 16:26:14 +0000 (12:26 -0400)]
Changes for emacs 29

3 years agoMostly org-mode changes
rearman [Wed, 31 May 2023 12:14:45 +0000 (08:14 -0400)]
Mostly org-mode changes

3 years agoMake changes/additions for org-roam
rearman [Wed, 26 Apr 2023 20:58:25 +0000 (16:58 -0400)]
Make changes/additions for org-roam

3 years agotrack .gitignore
rearman [Wed, 19 Apr 2023 20:19:47 +0000 (16:19 -0400)]
track .gitignore

3 years agoremove custom.el from repo
rearman [Wed, 19 Apr 2023 20:14:48 +0000 (16:14 -0400)]
remove custom.el from repo

3 years agoAuto-create empty custom.el instead of keeping it in repo
rearman [Wed, 19 Apr 2023 20:12:50 +0000 (16:12 -0400)]
Auto-create empty custom.el instead of keeping it in repo

3 years agoNeed to pull in custom.el (empty) from repo
rearman [Wed, 19 Apr 2023 15:58:23 +0000 (11:58 -0400)]
Need to pull in custom.el (empty) from repo

3 years agoAdd eshell function, change theme
rearman [Fri, 14 Apr 2023 19:50:56 +0000 (15:50 -0400)]
Add eshell function, change theme

3 years agoMake c-style do what I want on backspace
rearman [Thu, 13 Apr 2023 19:28:28 +0000 (15:28 -0400)]
Make c-style do what I want on backspace

3 years agoBack to default tabwidth
rearman [Thu, 13 Apr 2023 14:56:21 +0000 (10:56 -0400)]
Back to default tabwidth

3 years agoChange default tabwidth to 4 from 8
rearman [Thu, 13 Apr 2023 14:43:44 +0000 (10:43 -0400)]
Change default tabwidth to 4 from 8

3 years agoClean up Git
rearman [Mon, 27 Mar 2023 18:11:40 +0000 (14:11 -0400)]
Clean up Git

3 years agoChange to other-window-or-split-window
rearman [Fri, 24 Mar 2023 18:46:36 +0000 (14:46 -0400)]
Change to other-window-or-split-window

This change makes it work with visual-fill-column's window splitting setup

3 years agoAdd defuns from lem, some other changes
rearman [Fri, 17 Mar 2023 16:53:07 +0000 (12:53 -0400)]
Add defuns from lem, some other changes

3 years agoChange floats in defuns
rearman [Thu, 16 Mar 2023 15:05:01 +0000 (11:05 -0400)]
Change floats in defuns

3 years agoTypo fixes
rearman [Thu, 16 Mar 2023 14:44:59 +0000 (10:44 -0400)]
Typo fixes

3 years agoAdd change to org-emphasis-regexp
rearman [Thu, 16 Mar 2023 14:28:25 +0000 (10:28 -0400)]
Add change to org-emphasis-regexp

Hopefully this will finally fix the issue with org's "verbatim" blocks