]>
git.earman.xyz Git - emacsinit.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
rearman [Thu, 5 Jan 2023 12:47:37 +0000 (07:47 -0500)]
Remove C-h binding, comment out magit-fullscreen
Removing the C-h -> backspace binding, not used much with the new keyboard
layout.
Commenting out the magit-fullscreen stuff to try magit without it again. Main
thing was annoyance with magit buffers hanging around, but with midnight-mode
this shouldn't be as much of an issue...Leaving in place just in case I change
my mind again.
rearman [Wed, 4 Jan 2023 22:07:39 +0000 (17:07 -0500)]
General cleanup, remove hs-mode stuff
rearman [Wed, 4 Jan 2023 20:24:30 +0000 (15:24 -0500)]
Fix org-auto-archive regexp
Moved from regexp-opt to a string as used in 'C-c a m' (with extra backslashes
as needed)
rearman [Thu, 29 Dec 2022 22:00:43 +0000 (17:00 -0500)]
Re-define mode-specific bindings, move bg color
Put mode-specific bindings into mode-hook lambdas. Move default bg color out of
condition (now does all the time, instead of just on Windows)
rearman [Wed, 28 Dec 2022 14:17:38 +0000 (09:17 -0500)]
Add eshell-send-on-close-paren
This defun attempts to emulate the genera repl, where a balanced closing paren
will execute the command. Noticed some odd behavior with syntax-ppss giving
negative values for nesting occaionally. May need to add in something with
syntax-ppss-flush-cache if the issue comes up again. Otherwise looks to
function correctly.
rearman [Sun, 18 Dec 2022 14:16:57 +0000 (09:16 -0500)]
Add unfuck-aveva-license
Adds a defun that will remove the correct files when aveva has shit the bed and
says that it can't find the license.
rearman [Sat, 17 Dec 2022 12:29:19 +0000 (07:29 -0500)]
Add org-auto-archive function, keyword changes
rearman [Fri, 16 Dec 2022 02:41:10 +0000 (21:41 -0500)]
Move org settings, changes to org of org
rearman [Wed, 14 Dec 2022 23:30:10 +0000 (18:30 -0500)]
Clean up various un-used items
rearman [Wed, 14 Dec 2022 21:18:01 +0000 (16:18 -0500)]
Add -name to zettel template
rearman [Wed, 14 Dec 2022 20:46:29 +0000 (15:46 -0500)]
Change layout of kasten folder & template
Zettel are now of the form <Datestamp>.org, in ~/org/kasten. Defun
erfassen-zettel creates a filename with the current stamp when called in the
capture template. Said template is updated to have a place-holder for tags at
the end of a header.
rearman [Wed, 14 Dec 2022 13:02:05 +0000 (08:02 -0500)]
Add settings and binding for agenda
rearman [Mon, 12 Dec 2022 21:40:38 +0000 (16:40 -0500)]
Add ext. filetype, add DL to org capture template
Added .adpro assosciation, added DEADLINE to Service req. template.
rearman [Fri, 9 Dec 2022 21:58:16 +0000 (16:58 -0500)]
Add datetree to org templates, defuns and bindings
Defuns to find-file the org default notes file, and the service notes file.
rearman [Fri, 9 Dec 2022 16:48:51 +0000 (11:48 -0500)]
Re-organize hooks and setqs, add two defuns
Hooks have been moved to after defuns, and mode settings
eg: (column-number-mode t) have been moved to after setqs. This is to
combat errors found where some modes need to have variables set before
invocation.
Org settings have been moved to their own setq sexp. Added binding
for org-capture. Added some org-capture-templates.
Addition of some settings/modes. Namely: midnight-mode,
mouse-avoidance-mode, set-face-underline for show-paren-match.
Added two defuns: set-cursor-by-mode, and go-into-hs-minor-mode. Also
added hooks for the latter.
rearman [Thu, 8 Dec 2022 21:56:37 +0000 (16:56 -0500)]
Show-paren-style tweaks
rearman [Thu, 8 Dec 2022 21:38:52 +0000 (16:38 -0500)]
Moved options to after setqs
rearman [Thu, 8 Dec 2022 20:41:38 +0000 (15:41 -0500)]
Added binding for kill-whole-line and b/s on C-h (help on F1)
rearman [Fri, 2 Dec 2022 22:05:41 +0000 (17:05 -0500)]
Moved replace-regexp to C-%, replace-string to M-%
rearman [Tue, 29 Nov 2022 22:21:11 +0000 (17:21 -0500)]
Update to pid-tune to have default of pid.
rearman [Mon, 28 Nov 2022 16:54:19 +0000 (11:54 -0500)]
Changes to recentf and eshell binding
rearman [Mon, 28 Nov 2022 15:49:48 +0000 (10:49 -0500)]
Simplification, re-organization
rearman [Mon, 21 Nov 2022 17:15:56 +0000 (12:15 -0500)]
Moved binding for magit-quit-session into use-package definition
rearman [Mon, 21 Nov 2022 17:06:08 +0000 (12:06 -0500)]
Change to magit-quit-session binding
rearman [Mon, 21 Nov 2022 17:00:21 +0000 (12:00 -0500)]
Simplified some bindings.
rearman [Fri, 18 Nov 2022 19:15:35 +0000 (14:15 -0500)]
Fixed magit-quit-session
rearman [Fri, 18 Nov 2022 19:08:20 +0000 (14:08 -0500)]
Added in/mm conversions
rearman [Fri, 18 Nov 2022 19:07:38 +0000 (14:07 -0500)]
Error in magit mode binding fixed
rearman [Fri, 18 Nov 2022 15:33:30 +0000 (10:33 -0500)]
Cleanup, credits to whattheemacsd.com
rearman [Wed, 16 Nov 2022 22:06:50 +0000 (17:06 -0500)]
Better format
rearman [Wed, 16 Nov 2022 22:02:14 +0000 (17:02 -0500)]
Put editing-defuns back into main init.el
rearman [Wed, 16 Nov 2022 19:35:36 +0000 (14:35 -0500)]
Cleanup, addition of openwith, various defuns from whattheemacsd.com
rearman [Tue, 15 Nov 2022 20:47:50 +0000 (15:47 -0500)]
Various interface changes - fringe-mode, etc.
rearman [Mon, 14 Nov 2022 22:01:13 +0000 (17:01 -0500)]
Added more functions for analog work.
rearman [Mon, 14 Nov 2022 22:00:34 +0000 (17:00 -0500)]
Added functions for accessing separate defun files.
rearman [Fri, 11 Nov 2022 22:01:58 +0000 (17:01 -0500)]
Edit functions for int/float type, added counts-to-volts
rearman [Fri, 11 Nov 2022 22:01:15 +0000 (17:01 -0500)]
Separated out editing-defuns.el
rearman [Fri, 11 Nov 2022 19:40:22 +0000 (14:40 -0500)]
Generalization, disabling aggressive indent in favor of electric.
rearman [Fri, 11 Nov 2022 19:39:33 +0000 (14:39 -0500)]
Tracking work-eqs.el
rearman [Wed, 9 Nov 2022 21:47:45 +0000 (16:47 -0500)]
Removed ido-mode in favor of simple case-insensitivity
rearman [Wed, 9 Nov 2022 20:03:51 +0000 (15:03 -0500)]
Changes for straight.el repo + adding early-init
rearman [Tue, 8 Nov 2022 22:04:45 +0000 (17:04 -0500)]
Changes for guix on wsl - removing version<28 items
rearman [Fri, 4 Nov 2022 21:15:14 +0000 (17:15 -0400)]
Add stuff for gnuplot
rearman [Wed, 2 Nov 2022 20:08:17 +0000 (16:08 -0400)]
Remove superfluous defuns. Add binds for next/prev window/buffer
rearman [Wed, 2 Nov 2022 13:26:23 +0000 (09:26 -0400)]
No longer tracking work-eqs
rearman [Wed, 2 Nov 2022 13:24:04 +0000 (09:24 -0400)]
No longer tracking work-eqs
rearman [Wed, 2 Nov 2022 13:17:11 +0000 (09:17 -0400)]
Revert "Delete work-eqs.el"
This reverts commit
ba6df08405fc579f414aea82123aa50fea89faa2 .
rearman [Wed, 2 Nov 2022 13:13:38 +0000 (09:13 -0400)]
Merge branch 'master' of https://github.com/rearman/emacsinit
rearman [Wed, 2 Nov 2022 13:11:18 +0000 (09:11 -0400)]
Adding README.
rearman [Wed, 2 Nov 2022 13:00:59 +0000 (09:00 -0400)]
Delete work-eqs.el
rearman [Wed, 2 Nov 2022 12:57:46 +0000 (08:57 -0400)]
Credit to Xah, removed goto-line-with-feedback - no longer needed.
rearman [Wed, 2 Nov 2022 12:22:10 +0000 (08:22 -0400)]
Swapping (M-s .) and (M-s M-.). Adding xterm mouse support.
rearman [Mon, 31 Oct 2022 15:27:14 +0000 (11:27 -0400)]
Cleanup, add column-number-mode, alt binding for (M-s M-.)
rearman [Tue, 25 Oct 2022 18:44:58 +0000 (14:44 -0400)]
Moving to one init with various ifs for windows/wsl options.
rearman [Tue, 25 Oct 2022 15:35:08 +0000 (11:35 -0400)]
Created last-window, binding other/last window to C-. and C-,
rearman [Tue, 25 Oct 2022 15:34:21 +0000 (11:34 -0400)]
Defining work eqns in split inits, loading in common.
rearman [Mon, 24 Oct 2022 02:49:12 +0000 (22:49 -0400)]
Re-define square, cube, add gn-water/lb air defun.
rearman [Mon, 24 Oct 2022 02:48:11 +0000 (22:48 -0400)]
Scroll-bar-mode left, load work-eqs moved here.
rearman [Mon, 24 Oct 2022 02:47:03 +0000 (22:47 -0400)]
Default modeline, moved work-eqs to win init.
rearman [Sat, 22 Oct 2022 03:00:53 +0000 (23:00 -0400)]
Adding the work-eqs.el file
rearman [Wed, 19 Oct 2022 20:02:47 +0000 (16:02 -0400)]
Tracking eshell/alias
rearman [Wed, 19 Oct 2022 19:58:18 +0000 (15:58 -0400)]
Adding gitignore
rearman [Wed, 19 Oct 2022 18:57:45 +0000 (14:57 -0400)]
Cleanup of various defuns, Remove superfluous bindings.
rearman [Mon, 17 Oct 2022 19:06:06 +0000 (15:06 -0400)]
Enabling dired-find-alternate-file
rearman [Mon, 17 Oct 2022 18:37:11 +0000 (14:37 -0400)]
Add binding for eval-region
rearman [Mon, 17 Oct 2022 14:48:10 +0000 (10:48 -0400)]
Removed 'server-start' - unneeded
rearman [Mon, 17 Oct 2022 14:21:20 +0000 (10:21 -0400)]
Changed company prefix to 2 from 3.
rearman [Mon, 17 Oct 2022 13:51:49 +0000 (09:51 -0400)]
Common init/init for windows gui