]> git.earman.xyz Git - emacsinit.git/log
emacsinit.git
3 months agoSwitch to config.org instead of README
rearman [Mon, 11 May 2026 13:13:08 +0000 (09:13 -0400)]
Switch to config.org instead of README

Much simpler when the org file and intended el file have the same name.  Makes
it so you can use the built-in org-babel-load-file, which checks for
write-time differences before tangling.  I also don't need a README for my own
configs, I know where everything is.

3 months agoGet rid of the no-longer useful markdown readme
rearman [Mon, 11 May 2026 13:06:12 +0000 (09:06 -0400)]
Get rid of the no-longer useful markdown readme

3 months agoCleanup, add some explanations
rearman [Mon, 11 May 2026 13:05:49 +0000 (09:05 -0400)]
Cleanup, add some explanations

3 months agoRenamed re-pass-alike to pass-alike
rearman [Mon, 11 May 2026 12:13:22 +0000 (08:13 -0400)]
Renamed re-pass-alike to pass-alike

Already in the RE directory

3 months agoRe-arrange
rearman [Fri, 8 May 2026 21:09:37 +0000 (17:09 -0400)]
Re-arrange

Bring out package headers to main level, set some org babel settings

3 months agoMove howm and org configs to the main config
rearman [Fri, 8 May 2026 20:45:10 +0000 (16:45 -0400)]
Move howm and org configs to the main config

Fewer requires==faster load times B)

3 months agoPackages back into main config file
rearman [Fri, 8 May 2026 20:00:34 +0000 (16:00 -0400)]
Packages back into main config file

3 months agoMove back to literate config
rearman [Fri, 8 May 2026 19:15:09 +0000 (15:15 -0400)]
Move back to literate config

Restless config syndrome strikes again...

Better handling now, since I know how to keep it from tangling on every start,
AND I have a better idea about jumping back to the org-file than I did
previously.  I also need to do that less and less.

3 months agoUpdate abbrevs
rearman [Fri, 8 May 2026 19:12:36 +0000 (15:12 -0400)]
Update abbrevs

3 months agoSetup AucTeX to use pdf-tools
rearman [Fri, 8 May 2026 14:47:22 +0000 (10:47 -0400)]
Setup AucTeX to use pdf-tools

3 months agoUse org-mouse
rearman [Thu, 7 May 2026 13:01:27 +0000 (09:01 -0400)]
Use org-mouse

mouse clicks to expand/contract subtrees, select checkboxes, etc.

3 months agoNo more logging into drawers
rearman [Wed, 6 May 2026 21:19:55 +0000 (17:19 -0400)]
No more logging into drawers

ended up looking more cluttered than the collapsible drawer!

3 months agoMore tweaxs for org-mode
rearman [Wed, 6 May 2026 20:12:52 +0000 (16:12 -0400)]
More tweaxs for org-mode

3 months agoRe-arrange, some bikeshedding
rearman [Wed, 6 May 2026 20:12:24 +0000 (16:12 -0400)]
Re-arrange, some bikeshedding

3 months agoVisuals cleanup
rearman [Wed, 6 May 2026 20:10:36 +0000 (16:10 -0400)]
Visuals cleanup

Underline at baseline on linux, no bold on modeline

3 months agocleanup, fix up agenda
rearman [Tue, 5 May 2026 21:12:50 +0000 (17:12 -0400)]
cleanup, fix up agenda

3 months agoupdate load paths, always require sedit-mouse
rearman [Tue, 5 May 2026 17:09:49 +0000 (13:09 -0400)]
update load paths, always require sedit-mouse

since the default buffer is a lisp mode, it always immediately loaded
sedit-mouse anyway

moved c-style into main init and condensed some

3 months agoback to their own dir
rearman [Tue, 5 May 2026 17:09:06 +0000 (13:09 -0400)]
back to their own dir

3 months agoMove themes to own dir
rearman [Tue, 5 May 2026 17:06:09 +0000 (13:06 -0400)]
Move themes to own dir

3 months agoMove el files out of re dir, into base
rearman [Tue, 5 May 2026 15:02:23 +0000 (11:02 -0400)]
Move el files out of re dir, into base

no need for the dir when the files also start with 're'

3 months agoUpdate corfu settings
rearman [Tue, 5 May 2026 14:59:37 +0000 (10:59 -0400)]
Update corfu settings

Add setting for scroll-bar, border, simplify entries

3 months agoAdd settings for org-transclusion
rearman [Tue, 5 May 2026 14:56:01 +0000 (10:56 -0400)]
Add settings for org-transclusion

blue bar next to transcluded items, blue text in source when accessed with
'o'.

3 months agoAttempt to enable org indent on transcluded file open
rearman [Tue, 5 May 2026 14:49:39 +0000 (10:49 -0400)]
Attempt to enable org indent on transcluded file open

3 months agoTry out org-transclusion again
rearman [Mon, 4 May 2026 21:18:05 +0000 (17:18 -0400)]
Try out org-transclusion again

Makes more sense now that I am trypnig to have project info in the projects
folder and other items in the org directory.

3 months agoHandle "open" tag better
rearman [Mon, 4 May 2026 21:17:16 +0000 (17:17 -0400)]
Handle "open" tag better

set it as non-inheritable

3 months agoAgenda defined by more locations
rearman [Mon, 4 May 2026 21:16:46 +0000 (17:16 -0400)]
Agenda defined by more locations

May need to limit it to only use the other on windows

3 months agoScrollbar and cursors
rearman [Fri, 1 May 2026 21:12:25 +0000 (17:12 -0400)]
Scrollbar and cursors

disable the ugly scrollbar in windows, and make it so the cursor is only
visible on the active window.

3 months agoCleanup, simplify
rearman [Fri, 1 May 2026 21:11:34 +0000 (17:11 -0400)]
Cleanup, simplify

zen

3 months agoDired better opening
rearman [Fri, 1 May 2026 21:10:45 +0000 (17:10 -0400)]
Dired better opening

add a defun and binding to open a file in another (re-used) window, instead of
making a new window

3 months agoFix visual-line-mode dolist
rearman [Fri, 1 May 2026 21:09:18 +0000 (17:09 -0400)]
Fix visual-line-mode dolist

extraneous lambda (duh)

3 months agoadd forth-mode
rearman [Thu, 30 Apr 2026 21:02:50 +0000 (17:02 -0400)]
add forth-mode

supposedly better than what comes with gforth

3 months agoUnderlining and boxing
rearman [Thu, 30 Apr 2026 21:02:27 +0000 (17:02 -0400)]
Underlining and boxing

Move paren match setup to theme definition - no reason not to if using my own
theme.  Change region to be a box, and corfu-current to be an underline.  Much
more understated while still gutting the point across.

3 months agoChange to hbar cursor
rearman [Thu, 30 Apr 2026 21:00:37 +0000 (17:00 -0400)]
Change to hbar cursor

underline the point - looks nicer

3 months agoAdd 'trashed' package
rearman [Mon, 27 Apr 2026 17:05:42 +0000 (13:05 -0400)]
Add 'trashed' package

3 months agoChange the structure again
rearman [Mon, 27 Apr 2026 16:31:04 +0000 (12:31 -0400)]
Change the structure again

Moving to a flatter structure: only things that can act like packages go in
the 're/' directory.  Everything else goes in the init in the proper page.
The only exceptions for now being files that are used as 'includes' for
declarations to use-package.

3 months agocleanup
rearman [Mon, 27 Apr 2026 16:27:09 +0000 (12:27 -0400)]
cleanup

3 months agomove howm/org defuns and settings into one file each
rearman [Mon, 27 Apr 2026 16:26:55 +0000 (12:26 -0400)]
move howm/org defuns and settings into one file each

3 months agomove defuns and settings into one file
rearman [Mon, 27 Apr 2026 16:26:20 +0000 (12:26 -0400)]
move defuns and settings into one file

3 months agomove defuns and settings into one file
rearman [Mon, 27 Apr 2026 16:26:00 +0000 (12:26 -0400)]
move defuns and settings into one file

3 months agoCleanup redundancies
rearman [Mon, 27 Apr 2026 16:25:21 +0000 (12:25 -0400)]
Cleanup redundancies

3 months agoChange HOWM's filename format
rearman [Mon, 27 Apr 2026 13:14:58 +0000 (09:14 -0400)]
Change HOWM's filename format

Use the good ol' ISO standard with timestamp (like denote)

3 months agoChange the order of entries
rearman [Mon, 27 Apr 2026 13:14:09 +0000 (09:14 -0400)]
Change the order of entries

Use the project list more, move it up from the bottom.

3 months agoBetter scroll bar colors
rush [Fri, 24 Apr 2026 23:11:23 +0000 (19:11 -0400)]
Better scroll bar colors

3 months agoBetter line numbers
rearman [Fri, 24 Apr 2026 21:04:36 +0000 (17:04 -0400)]
Better line numbers

3 months agoMore mode-line customization
rearman [Fri, 24 Apr 2026 20:12:22 +0000 (16:12 -0400)]
More mode-line customization

3 months agoTweak the modeline
rearman [Fri, 24 Apr 2026 17:10:34 +0000 (13:10 -0400)]
Tweak the modeline

3 months agoSome cleanup
rearman [Fri, 24 Apr 2026 16:51:02 +0000 (12:51 -0400)]
Some cleanup

get rid of extraneous stuff.  Don't know if w32-altgr mode can be set when on
linux (I assume so), so just always set it to nil.

3 months agoDon't turn on aggressive-indent-mode globally
rearman [Fri, 24 Apr 2026 16:49:06 +0000 (12:49 -0400)]
Don't turn on aggressive-indent-mode globally

Mostly annoying in anything other than elisp, and sometimes annoying then!

3 months agocomment out some infrequently used bindings
rearman [Thu, 23 Apr 2026 21:07:26 +0000 (17:07 -0400)]
comment out some infrequently used bindings

keeping them there in case I find that I need them later (I don't think I
will).

3 months agorequirements all in one dolist
rearman [Thu, 23 Apr 2026 21:06:41 +0000 (17:06 -0400)]
requirements all in one dolist

Looks cleaner

3 months agoRemove diminish
rearman [Thu, 23 Apr 2026 21:06:21 +0000 (17:06 -0400)]
Remove diminish

Not used, since I only show the major mode now anyway

3 months agoAs many things into one large setq as possible
rearman [Thu, 23 Apr 2026 21:05:49 +0000 (17:05 -0400)]
As many things into one large setq as possible

Why not lol

3 months agoDolist for requires, remove one require
rearman [Thu, 23 Apr 2026 21:05:05 +0000 (17:05 -0400)]
Dolist for requires, remove one require

os-specific only had a couple things, and they could be included in the main
init.  Other requirements were all put into one dolist - no prformance
difference vs loading after init.

3 months agoChange from linebreaks to 80 dashes
rearman [Thu, 23 Apr 2026 21:02:52 +0000 (17:02 -0400)]
Change from linebreaks to 80 dashes

page-break-lines mode wouldn't play nice with howm, so just used dashed lines.

3 months agoConvert to dolist where possible
rearman [Thu, 23 Apr 2026 19:54:30 +0000 (15:54 -0400)]
Convert to dolist where possible

3 months agoNew todo state for menu
rearman [Wed, 22 Apr 2026 19:59:27 +0000 (15:59 -0400)]
New todo state for menu

waiting is now no longer a hashtagged keyword, but a 'w' after a datestamp.
Added an entry for coloring, but no integration with the larger todo system.
This is beneficial because it makes it so waiting items don't clutter up the
todo section at the top, but are still easily filterable for the section at
the bottom, as well as providing coloriŋ wiþin files.

Also did some cleanup on the use-package expression for howm.

3 months agoDefine and use the eng-paper theme
rearman [Wed, 22 Apr 2026 16:06:28 +0000 (12:06 -0400)]
Define and use the eng-paper theme

A theme loosely based on Birren and DuPont's color conditioning scheme for
factories and offices.

4 months agoAdd definition for org-headline-todo
rearman [Wed, 8 Apr 2026 14:48:37 +0000 (10:48 -0400)]
Add definition for org-headline-todo

4 months agoBack to constant scrollbar
rearman [Tue, 7 Apr 2026 14:13:58 +0000 (10:13 -0400)]
Back to constant scrollbar

Too many visual issues with switching the scrollbar on and off.

4 months agoAdd second hook for evaluating scrollbar
rearman [Tue, 7 Apr 2026 13:52:07 +0000 (09:52 -0400)]
Add second hook for evaluating scrollbar

This should cover all the cases now

4 months agoBetter enabling of scrollbars
rearman [Tue, 7 Apr 2026 13:50:16 +0000 (09:50 -0400)]
Better enabling of scrollbars

Start off with no scrollbar, since I was getting erroneous scrollbars on the
scratch buffer.  Change when it re-evaluates for scrollbars, so I don't have
to run a command in a buffer for it to be triggered.

4 months agoRemove malfunctioning hook
rearman [Tue, 7 Apr 2026 12:42:42 +0000 (08:42 -0400)]
Remove malfunctioning hook

hook for save on state chenge didn't seem to work - removing

4 months agoFixup for items now in single file
rearman [Tue, 7 Apr 2026 12:26:27 +0000 (08:26 -0400)]
Fixup for items now in single file

Lingering issues for agenda views that still expected multiple files.

4 months agoset some agenda skipping
rearman [Mon, 6 Apr 2026 16:26:56 +0000 (12:26 -0400)]
set some agenda skipping

Skip deadlines and scheduled items if they are already marked done.

4 months agoSwitch to acme-theme, better modeline
rearman [Mon, 6 Apr 2026 16:04:04 +0000 (12:04 -0400)]
Switch to acme-theme, better modeline

Removed unused themes, set up a simplified mode-line with nice colors, etc.
Also set up auto-enable/disable of scroll bars.

4 months agomodeline and theme changes
rearman [Fri, 3 Apr 2026 21:08:02 +0000 (17:08 -0400)]
modeline and theme changes

4 months agoturn off dired-dwim-target
rearman [Wed, 1 Apr 2026 19:20:54 +0000 (15:20 -0400)]
turn off dired-dwim-target

Sometimes useful, but usually just want to rename something in the current
directory while I have another directory open.

4 months agoBetter colors
rearman [Wed, 1 Apr 2026 19:19:55 +0000 (15:19 -0400)]
Better colors

Use ':inherit default' on things that only use the default fg and bg.

4 months agoAdd and use acme theme
rearman [Wed, 1 Apr 2026 14:25:43 +0000 (10:25 -0400)]
Add and use acme theme

Nice pastel colors

4 months agoSkip the inbox header in the inbox agenda
rearman [Wed, 1 Apr 2026 13:19:21 +0000 (09:19 -0400)]
Skip the inbox header in the inbox agenda

4 months agoInitial buffer back to default
rearman [Wed, 1 Apr 2026 13:18:51 +0000 (09:18 -0400)]
Initial buffer back to default

Found myself closing the recents buffer more often than I used it at startup.
Still accessible with F7.

4 months agoMake tab really be tab, no question about it
rearman [Wed, 1 Apr 2026 13:17:23 +0000 (09:17 -0400)]
Make tab really be tab, no question about it

Tab key now inserts a hard "\t" character, meaning that tab-expansion stuff is
covered by 'C-i'.  Fine by me.

4 months agoSet faces for links
rearman [Wed, 25 Mar 2026 21:10:04 +0000 (17:10 -0400)]
Set faces for links

4 months agoMore visible ellipses
rearman [Wed, 25 Mar 2026 18:33:53 +0000 (14:33 -0400)]
More visible ellipses

4 months agoDon't use giant headers on agenda search
rearman [Wed, 25 Mar 2026 18:33:38 +0000 (14:33 -0400)]
Don't use giant headers on agenda search

4 months agoAdd two themes, use them, defun to switch between them
rearman [Wed, 25 Mar 2026 14:43:28 +0000 (10:43 -0400)]
Add two themes, use them, defun to switch between them

Default to mostly b&w theme, but able to swap between mono and color with a
function.  No binding, since it is more a curiosity to switch, and probably
per session, rather than per buffer.

4 months agoAuto save all org files on todo state change
rearman [Wed, 25 Mar 2026 14:41:40 +0000 (10:41 -0400)]
Auto save all org files on todo state change

4 months agoRemove unused themes
rearman [Tue, 24 Mar 2026 21:14:38 +0000 (17:14 -0400)]
Remove unused themes

4 months agoSet up dark-mode with 8-color theme
rearman [Tue, 24 Mar 2026 21:14:18 +0000 (17:14 -0400)]
Set up dark-mode with 8-color theme

4 months agoRemove extraneous setting
rearman [Tue, 24 Mar 2026 17:05:41 +0000 (13:05 -0400)]
Remove extraneous setting

frame-background-mode is already set to nil (auto detect).

4 months agoDefault to dark mode
rearman [Tue, 24 Mar 2026 17:02:15 +0000 (13:02 -0400)]
Default to dark mode

This gets me the closest to the default terminal colors.

4 months agoGet rid of android stuff
rearman [Thu, 19 Mar 2026 14:35:23 +0000 (10:35 -0400)]
Get rid of android stuff

Still not quite ready for prime-time on android.  File access issues are the
most annoying, leading to having to either manually copy configs or run in
term mode from termux.

4 months agoMove to one file with multiple headings for agenda
rearman [Thu, 19 Mar 2026 12:12:21 +0000 (08:12 -0400)]
Move to one file with multiple headings for agenda

Maybe better? Probably won't notice much of a difference, since I live in the
agenda more than the files.

4 months agoSplit keywords into separate sequences
rearman [Thu, 19 Mar 2026 12:10:00 +0000 (08:10 -0400)]
Split keywords into separate sequences

4 months agoMore aggressive tabbing
rearman [Wed, 18 Mar 2026 16:06:04 +0000 (12:06 -0400)]
More aggressive tabbing

4 months agoMany changes
rearman [Wed, 18 Mar 2026 14:03:06 +0000 (10:03 -0400)]
Many changes

small qol changes, real bike-shedding stuff

4 months agoAdd archive as extra search location
rearman [Tue, 17 Mar 2026 21:09:22 +0000 (17:09 -0400)]
Add archive as extra search location

4 months agoChanges for time clocking
rearman [Tue, 17 Mar 2026 21:01:29 +0000 (17:01 -0400)]
Changes for time clocking

Give it a sane setup, and some better key bindings.  Also set up some keyword
faces and better agenda file finding.

4 months agoChange up archive
rearman [Tue, 17 Mar 2026 21:01:08 +0000 (17:01 -0400)]
Change up archive

One archive file, and add it to auto-mode-alist.

4 months agoVarious QOL updates
rearman [Tue, 17 Mar 2026 21:00:17 +0000 (17:00 -0400)]
Various QOL updates

Less finicky todo changes, capture a note when something is belayed, compact
agenda blocks, use of categories, done items actually show all, add agenda
view for notes.

4 months agohl-line-mode for agenda
rearman [Tue, 17 Mar 2026 16:02:14 +0000 (12:02 -0400)]
hl-line-mode for agenda

The one place I've actually found it to be useful.

4 months agoBetter list for visual-line-mode
rearman [Tue, 17 Mar 2026 15:45:42 +0000 (11:45 -0400)]
Better list for visual-line-mode

text-mode covers most everything, such as org, markdown, Log-Edit, etc.  Add
special cases (such as LaTeX-mode) as needed.

4 months agooverhaul agenda
rearman [Tue, 17 Mar 2026 15:34:29 +0000 (11:34 -0400)]
overhaul agenda

Default to one day in agenda view, show tags, next items all together and
sorted by last tag, better default tags.

4 months agoFormatting
rearman [Tue, 17 Mar 2026 15:31:49 +0000 (11:31 -0400)]
Formatting

4 months agoOnly visual movements when visual-line-mode is active
rearman [Tue, 17 Mar 2026 15:28:52 +0000 (11:28 -0400)]
Only visual movements when visual-line-mode is active

4 months agoSelectively enable visual-line-mode
rearman [Tue, 17 Mar 2026 15:27:59 +0000 (11:27 -0400)]
Selectively enable visual-line-mode

4 months agoAgenda 14 days, deadline warn 10 days
rearman [Mon, 16 Mar 2026 21:06:36 +0000 (17:06 -0400)]
Agenda 14 days, deadline warn 10 days

4 months agoBack to showeverything
rearman [Mon, 16 Mar 2026 16:31:02 +0000 (12:31 -0400)]
Back to showeverything

Ran into issues with items not folding correctly, hiding subheaders under
incorrect levels.  Back to no folding on start.

5 months agoAdd agenda view for job pcs (any todo state)
rearman [Thu, 12 Mar 2026 13:09:29 +0000 (09:09 -0400)]
Add agenda view for job pcs (any todo state)

for review purposes, keep them around for a while until I want to archive
them.

5 months agoAdd agenda view for licenses (any todo state)
rearman [Thu, 12 Mar 2026 13:06:18 +0000 (09:06 -0400)]
Add agenda view for licenses (any todo state)

for review purposes, keep them around for a while until I want to archive
them.