Skip to content

Latest commit

 

History

History
108 lines (106 loc) · 5.52 KB

todo.org

File metadata and controls

108 lines (106 loc) · 5.52 KB

Look into ansible-mode documentation

  • State “DONE” from “TODO” [2017-08-26 Sat 09:46] For now, this doesn’t offer anything especially useful over the deprecated ansible-doc.el.

k1LoW/emacs-ansible#14

Use dired as a file manager

Look into scheduled organization of TODOs

Magit ediff all files in selection

Stop opening things in opposite buffers

Use display-buffer-alist for this, see example: https://github.com/syl20bnr/spacemacs/pull/1421/files

Copy from magit diff without +/-

Integrate google calendar into znc/irc

http://pragmaticemacs.com/emacs/how-i-view-my-google-calendar-agenda-in-emacs/ https://github.com/insanum/gcalcli https://www.reddit.com/r/emacs/comments/5qd8co/best_method_for_orgmode_google_calendar/

Org mode sorting from Chris’s gist

https://gist.github.com/kotfic/78ff3a0b93f6b10b5d68e641d3e75e99

Look into using Indium

https://github.com/NicolasPetton/Indium

Emacs dbus integration with rpdb

Figure out why puglintrc is not working

Look into anaconda-mode

Look into prelude for packages

Look into dired narrow

http://pragmaticemacs.com/emacs/dynamically-filter-directory-listing-with-dired-narrow/

Setup bug reference mode

http://www.lunaryorn.com/posts/bug-reference-mode.html

Look through wasamasa emacs config

https://github.com/wasamasa/dotemacs/blob/master/init.org

Look into storing bookmarks in emacs

Investigate magit-gh-pulls

Incorporate geonotebook.el

https://gist.github.com/kotfic/05f4ebd611ddc02254b16de0565e4bcc

Better return for org mode

http://irreal.org/blog/?p=6131

Look into beginend

https://github.com/DamienCassou/beginend

Ideally I could use this for dired, notmuch-show, message-mode.

Look into smart-shift

https://github.com/hbin/smart-shift Particularly with regards to indenting/de-indenting yaml.

flyspell-prog-mode

Is this worth it, how would syncing dictionaries of valid non-english “words” work?

magithub

https://github.com/vermiculus/magithub

shrink-whitespace

https://github.com/jcpetkovich/shrink-whitespace.el Unify this and just-one-space.

locate over tramp

helpful

https://github.com/Wilfred/helpful

Look into dired-hacks

https://github.com/Fuco1/dired-hacks

Consider using projectile cache

One issue would be invalidating when magit changes branches.

ivy/counsel

Limit counsel-{a,r}g to certain file extensions

Switch buffer should show project name

Setup push/pop views

Get counsel-locate working over tramp

mail integration

Expand html view by default for notifications from github

Setup org-capture to correctly link from notmuch emails

Prune recipients

Look at `message-dont-reply-to-names` and `message-prune-recipient-rules` to remove *@noreply.github.com.

Limit max emails/threads to a certain threshold

Setup highlighting for name/usernames

Put point in correct place on notmuch reply

org-agenda should show mail when a notmuch link is in a task

Backlinking view in notmuch

notmuch “w” show attachments and dired-target-dwim

Look into ViewAction support in notmuch

http://schema.org/ViewAction

New 26.1 features

  • wdired-create-parent-directories variable
  • browse-url-of-dired-file
  • New tramp connection method “gdrive”

Disable swiper while recording a macro

Look into lpy

https://github.com/abo-abo/lpy

Look into use-package-ensure-system-package

https://github.com/waymondo/use-package-ensure-system-package

Might be useful for pip installing epc/jedi etc.

Setup magit-imerge

https://github.com/magit/magit-imerge

Allow for @nick autocompletion in Circe

Random notes:

  • Replacing `circe–completion-at-point’ in `completion-at-point-functions’
  • Look into lui-complete-function
  • Advise `circe–completion-candidates’

Add visual-regexp-steroids

Setup org-notify

http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=contrib/lisp/org-notify.el;hb=HEAD

Setup auto-archival of DONE items > some time period

Better resource integration with org

Using keychords to open relevant resources (email, PRs, etc)

Implement org-protocol for capturing from other windows

http://orgmode.org/worg/org-contrib/org-protocol.html

Look into perspective.el

https://github.com/nex3/perspective-el

Investigate company-shell

https://github.com/Alexander-Miller/company-shell

Look into auto-indenting pasted code