- This should be bound to navi-click-cmd instead
- will turn off, will not turn back on
- No longer a problem as of now.
- Problem: C-c p 4 t from main.go does not open main_test.go; instead, says “projectile-find-implementation-or-test: No matching test file found for project type ‘make’”
- this function (er, custom var appears to show that it should be detectable – just not sure why it’s not
File mode specification error: (error Autoloading file Users/hubrown.emacs.d/modes/post.el failed to define function post)
- not sure where this is coming from. Looking for a hook or something that calls just “post”, but not seeing anything.
- Encountered this again [2020-03-20 Fri]
- They’re in the upstream repo, not sure why they’re not here
- Copied manually from my old laptop. :-(
If this was Python, I’d be doing:
keymapping = { "a": hydra-apropos/body,
"d": hdyra-dev/body,
}
…etc
Could do this with alists:
((pine . cones)
(oak . acorns)
(maple . seeds))
(setq hydra_map '(("a" . hydra-apropos/body)
("d" . hydra-dev/body)))
;; this is just to see how I could work with this
(dolist (entry hydra_map value)
(message (cdr (cdr hydra_map))))
;; Dash is also good
(--map (message (car it)) hydra_map)
Error (use-package): filladapt/:catch: Loading ‘/Users/hubrown/.emacs.d/filladapt.el’: old-style backquotes detected!
- If turn this on globally, then it ends up borking auto-fill-mode in Post-mode…but it’s damn handy for nearly everything else
- Replace current “s” to switch projects
- mic-paren
- I very rarely want to email someone if point at an email address
- ditto for hyperlink
- Trackpad on recent laptops is fine
- Make a custom variable to enable it or not
- Shellcheck in emacs will complain about Bashisms when shebang has them
- Shellcheck run from shell will be fine about this
- Is this configured somewhere?
- Example: I think of the journal as my easily searchable record of work. If I check into another item (rather than just “Tuesday”), then I’d like that to show up in the journal – a pointer to the original headline would be fine.
- I’d also want to make sure the original headline contents would be available even if archived or deleted – I don’t want to lose history. Some detail could be lost – detailed notes would likely be less useful over time – but i’d still want to know that I worked on Foo that day.
- Could I run https://github.com/balena-io/open-balena-api/pull/356/files from it to test the API calls?
- journal.org on left, agenda on right, certain level of zoom
https://github.com/CyberShadow/term-keys for fixing ctrl-’ in a terminal
- “azimuth” fills out to right of point whenever I type brackets, and
if I’m not careful it’ll do that
- then usual drop-down menu comes up too
- company-mode is not enabled here
- Eg:
- () + delete will delete both
- “ + delete will delete one
- Eg, like a featureful web editor
- https://github.com/abo-abo/org-download – could not get this to work
- https://kitchingroup.cheme.cmu.edu/blog/2015/07/10/Drag-images-and-files-onto-org-mode-and-insert-a-link-to-them/ - old approach, could not get this to work, is the code still accurate?
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Drag-and-Drop.html#Drag-and-Drop
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Drag-Events.html
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Misc-Events.html
- https://www.emacswiki.org/emacs/extend-dnd.el
- extend dnd with advice