Mitchell Tishmack
c623a6ce5e
Switch from ~/src/org to ~/org for org files
Will help with syncing things for work keeping global org sync out of ~/src
5 년 전
Mitchell Tishmack
7994a1cd85
Emacs 27.1 org initialization fixes
Should work on emacs < 27.1, but untested as yet
5 년 전
Mitchell Tishmack
71086e0594
Fix minor bug if emacs 27.1 is in use
5 년 전
Mitchell Tishmack
9c73ab35c8
Remove workgroups2 setup, not using it anyway
5 년 전
Mitchell Tishmack
9ffea3fea2
Move desktop-save to the end of the init file
Having it sooner means it can try eval()'ing modes that might not yet be setup.
5 년 전
Mitchell Tishmack
8812163962
use-package org-habit is fraught, convert it to straight elisp
5 년 전
Mitchell Tishmack
3ef1cc044e
Put this block back into the org use-package
5 년 전
Mitchell Tishmack
43c63829d5
Lot of wip testing but its stable so committing a checkpoint
5 년 전
Mitchell Tishmack
bff972b7a4
ensure t on org-todos
5 년 전
Mitchell Tishmack
3044f29d1d
No right fringe kthxbai
5 년 전
Mitchell Tishmack
dfdfbd0193
Add some default hooks for prog-mode
5 년 전
Mitchell Tishmack
2b3860112a
Add magit-todos to magit-mode
Kinda neat shows todo's in source on the magit mode screen.
5 년 전
Mitchell Tishmack
6310e3a7b5
Move ) to save some lines, lines are a rare commodity vertically, save the trees/lines
5 년 전
Mitchell Tishmack
9db30733d3
Customize a couple vars for mini modeline
Mostly don't truncate it to one line, and keep the duration things can stick around 5 seconds instead of 2.
5 년 전
Mitchell Tishmack
51f01c5c0a
Fix some weirdness with builtin org mode and package.el org
Have to remove any load-path org's first before initializing the package db.
Then use-package on org, using :pin to pin org to the org from that specific
repo it came from.
This has taken many years, but I hath slain a weird dragon finally. Package.el
needs some damn work for builtin stuff that gets upgraded via it. This is all
stupid.
Also pull in some updates to auto-package-update casue I'm too lazy to not pull
in next line changes on this.
5 년 전
Mitchell Tishmack
b127179157
M-q some stuff
5 년 전
Mitchell Tishmack
65715e5d4e
Don't really care the overall coding system of the buffer
6 년 전
Mitchell Tishmack
b148e81621
Fix company mode
6 년 전
Mitchell Tishmack
f829a1882e
Remove diminish setup
I'm building the mode line myself now. Don't need it with this setup.
6 년 전
Mitchell Tishmack
03d3a0a044
Mostly hook/mode clenaups for use-package declarations
Also made org-bullets not use the circled number stuff.
6 년 전
Mitchell Tishmack
0155888320
Make a minimal mode line
6 년 전
Mitch Tishmack
a1b4fd8c84
Switch from silver searcher to ripgrep
6 년 전
Mitch Tishmack
8acfbf257e
Some org updates to make stuff prettier
6 년 전
Mitch Tishmack
f4a48a1ccc
Add some :diminish lines
6 년 전
Mitch Tishmack
4ddd6182e7
Uncomment this, not sure what it broke anymore and seems to work
6 년 전
Mitch Tishmack
76f28693bf
Switch theme from solarized to minimal-light
Solarized has lost its pizzazz. I want things to look like paper.
6 년 전
Mitch Tishmack
44a939c23f
Gui/font related updates
- Bump the tool/scroll/menu config to the top so it happens quickly.
- Don't refresh packages unconditionally
- Add the auto-package-update package to make updates easier
- Move debug-on-error to setq-default which it should have been in the first
place
- For now use Comic COde as the default frame font, this is setup for macos only
atm future me can figure out portability when/if I run on
linux/bsd/godhelpmewindows again.
6 년 전
Mitch Tishmack
fc7cb32163
Full name cause reasons
6 년 전
Mitch Tishmack
836d379700
Update the shell auto-insert
6 년 전
Mitch Tishmack
3a498640e3
Lets ditch spaceline for the mode line
6 년 전
Mitch Tishmack
37f3a16c0e
Add some speedups for long lines
Remove bidirectional support that I don't use.
6 년 전
Mitch Tishmack
640ab7b124
Have the agenda span a fortnight
6 년 전
Mitch Tishmack
9b0d0d08bf
Hmm, org-roam seems to be effing up org somehow
6 년 전
Mitch Tishmack
e324353f2b
Org-roam deadline would be ideal methinks.
6 년 전
Mitch Tishmack
2c4b1032a5
Add some tags
6 년 전
Mitch Tishmack
64605bc740
Update org-mode capture templates and add org-habit back in
6 년 전
Mitch Tishmack
e952275db1
Add some todos
6 년 전
Mitch Tishmack
e44cd2242c
Add ag to emacs config
6 년 전
Mitch Tishmack
4113009252
Projectile updates/changes
6 년 전
Mitch Tishmack
43ca342501
Minor textual updates.
6 년 전
Mitch Tishmack
a01c5a9a8c
Add unicode-escape package
Helps with utf-8 and also set the language-environment to utf8 as well to be
more sure that utf8 is the default.
6 년 전
Mitch Tishmack
b030f0a3e4
Update emacs package-archive urls
6 년 전
Mitch Tishmack
7ea539e923
Fix org-babel whitespace in emacs.org and some minor cleanup
This *may* not be 100% I flipped a lot of (progn ...)'s to :custom etc in
use-package declarations.
6 년 전
Mitch Tishmack
4508cd338e
Bring things up to date with current checkout before I fix indentation... again
6 년 전
Mitch Tishmack
21b441cfd6
Some minor fixes for new systems
6 년 전
Mitch Tishmack
e13deeba3b
I need to update changes more often.
6 년 전
Mitch Tishmack
ee9e159b8d
emacs.org: Pylint is a PITA if it breaks, disable it for now
8 년 전
Mitch Tishmack
d29d831c1c
.init.el: Use dante instead of intero, org updates, diminish more
9 년 전
Mitch Tishmack
de1c69934c
init.el: Move cscope-setup to :config from :init
That way new install/setups of emacs work.
9 년 전
Mitch Tishmack
3c6b41fed4
Another omnibus update
Switch to use tangle/file everywhere. Lots of cleanup.
Also define option predicates via the makefile option of:
make option NAME=whatever
Which defines the options in options/whatever.el and
options/no-whatever.el
Switch from using osx-p to macos-p now for osx.
There were a few other changes that snuck in that I was too
lazy to split apart. But all this should make this all simpler.
It also means you can edit source blocks in emacs sanely.
9 년 전