Skip to content

Latest commit

 

History

History
153 lines (146 loc) · 7.43 KB

emacs_TODO.org

File metadata and controls

153 lines (146 loc) · 7.43 KB

Steal C-’ back from org-cycle-agenda-files

  • This should be bound to navi-click-cmd instead

Error (use-package): Failed to parse package post: Wrong type argument: listp, abbrev-mode

Error (use-package): Cannot load perltidy

Error (use-package): Cannot load visual-line-mode

Error (use-package): Cannot load ssh

Change x-hugh-navi: C-’ -> char, C-” -> line

toggle highlight-indentation-mode in hydra

  • will turn off, will not turn back on

Python hydra

Why is grx being detected as make project instead of go?

  • 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.

Warning (initialization): Your ‘load-path’ seems to contain

your ‘.emacs.d’ directory: ~/.emacs.d/ This is likely to cause problems… Consider using a subdirectory instead, e.g.: Users/hubrown.emacs.d/lisp

There’s an Emacs 27? 28?

[#C] Nyan cat images missing from home emacs [MAX_EMERG]

  • 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. :-(

Add longlines-mode alias for visual-lines-mode

I can never remember the new name…

Add visual-lines-mode to hydra if not there already

[#A] Add keyboard shortcut for delete-horizontal-space

Have x-hugh-hydra.el and x-hugh-keymap use same source for hydra keys

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!

Figure out how to turn on comment-auto-fill-only-comments again

  • 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

Add shell to projectile-commander methods

  • Replace current “s” to switch projects

Set custom file to /dev/null or some such

Figure out flashing matching parens script again

  • mic-paren

Stop helm from trying to autocomplete stuff at point

  • I very rarely want to email someone if point at an email address
  • ditto for hyperlink

[#B] Watch for fix for Inconsolata

Turn off touchpad stuff in x-hugh-mouse.el

  • Trackpad on recent laptops is fine
  • Make a custom variable to enable it or not

See if Emacs can chord ctrl+space to replace that awful alt key on the MS keyboard

Shellcheck in emacs appears to assume posix shell rather than looking at shebang

  • Shellcheck in emacs will complain about Bashisms when shebang has them
  • Shellcheck run from shell will be fine about this
  • Is this configured somewhere?

Try out these ivy/counsel/swiper settings

[#A] Emacs: delete trailing whitespace in file and update magit

[#C] Keyboard shortcut for todo/today

[#C] Keyboard shortcut for maximize/3xbigger

[#C] Think about how journal and checkin to different org headlines could be integrated

  • 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.

[#C] Have way of reverting the capitalization for doublecaps

[#C] Is there a way to run typescript calls from Emacs?

[#C] Save register a and make it persistent

  • journal.org on left, agenda on right, certain level of zoom

https://github.com/CyberShadow/term-keys for fixing ctrl-’ in a terminal

Figure out why auto-complete mode in css file is so annoying

  • “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

Figure out why splitting windows is so annoying

Add asterisk to smartparens for markdown mode\

smartparens: why doesn’t “” or “ + delete get rid of pair, as it does with ()?

  • Eg:
    • () + delete will delete both
    • “ + delete will delete one

Try to add drag-and-drop for images to Markdown editing

Implement this article for beautifying orgmode