Compare commits
No commits in common. "5c5ec6f6687caaceabcfe82615439fb543567cec" and "d37bfce977d25f2d7300db1364a2fa2744c41c06" have entirely different histories.
5c5ec6f668
...
d37bfce977
@ -499,6 +499,21 @@ Quick sidenote: on Arch Linux, you’ll need to install either ~mu~ or
|
|||||||
~mu-git~ from the AUR in order to use mu4e. I also have a ~.desktop~ file
|
~mu-git~ from the AUR in order to use mu4e. I also have a ~.desktop~ file
|
||||||
to make it possible to open mu4e directly from my program picker. It
|
to make it possible to open mu4e directly from my program picker. It
|
||||||
uses the shell script ~emacsmail~ I’ve written [[file:/scripts.md#emacsmail][here]].
|
uses the shell script ~emacsmail~ I’ve written [[file:/scripts.md#emacsmail][here]].
|
||||||
|
#+header: :mkdirp yes
|
||||||
|
#+begin_src conf-desktop :tangle ~/.local/share/applications/mu4e.desktop
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Mu4e
|
||||||
|
GenericName=Mu4e
|
||||||
|
Comment=Maildir Utils for Emacs
|
||||||
|
MimeType=x-scheme-handler/mailto;
|
||||||
|
Exec=/home/phundrak/.local/bin/emacsmail %U
|
||||||
|
Icon=emacs
|
||||||
|
Type=Application
|
||||||
|
Terminal=false
|
||||||
|
Categories=Network;Email;TextEditor
|
||||||
|
StartupWMClass=Gnus
|
||||||
|
Keywords=Text;Editor;
|
||||||
|
#+end_src
|
||||||
|
|
||||||
**** Interact with iCalendar events
|
**** Interact with iCalendar events
|
||||||
Something that has always bugged me was how to properly with iCalendar
|
Something that has always bugged me was how to properly with iCalendar
|
||||||
|
@ -25,7 +25,16 @@ it bépo-compatible.
|
|||||||
:defer t
|
:defer t
|
||||||
:straight t
|
:straight t
|
||||||
:config
|
:config
|
||||||
(setopt avy-keys '(?a ?u ?i ?e ?c ?t ?s ?r ?n))
|
(setopt avy-keys '(?a ?u ?i ?e ?c ?t ?s ?r ?n)
|
||||||
|
avy-dispatch-alist '((?x . avy-action-kill-move)
|
||||||
|
(?X . avy-action-kill-stay)
|
||||||
|
(?T . avy-action-teleport)
|
||||||
|
(?m . avy-action-mark)
|
||||||
|
(?C . avy-action-copy)
|
||||||
|
(?y . avy-action-yank)
|
||||||
|
(?Y . avy-action-yank-line)
|
||||||
|
(?I . avy-action-ispell)
|
||||||
|
(?z . avy-action-zap-to-char)))
|
||||||
(defun my/avy-goto-url ()
|
(defun my/avy-goto-url ()
|
||||||
"Jump to url with avy."
|
"Jump to url with avy."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user