Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C-x C-f M-n the eev way #1

Open
OrionRandD opened this issue Jan 30, 2023 · 0 comments
Open

C-x C-f M-n the eev way #1

OrionRandD opened this issue Jan 30, 2023 · 0 comments

Comments

@OrionRandD
Copy link

Not an issue, but a comment

Depending on your needs, you may not need org-mode for simple linked notes. That's because there is a standard emacs keybinding that lets you open the file path under your cursor.

C-x C-f M-n

http://bjornwestergard.com/log/2022-04-19-hypertext-emacs.gmi

=======================

I prefer the eev way:

(use-package eev
:ensure t)

~/Documents
M-s-f
will become:

(find-fline "~/Documents")

then
M-e
It will open the ~/Documents
folder

/tmp/new_file
M-s-f
will become:

(find-fline "/tmp/new_file")

then
M-e
It will create the "new_file"
if it does not exist

Apart from that,
You can do all sorts of things with eev
Many magics are way better than org-mode

http://angg.twu.net/index.html#eev

:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant