diff options
author | Dante Catalfamo | 2020-10-19 21:23:44 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-10-19 21:23:44 -0400 |
commit | f685a04bb6c2a9e0d78b2bbe76caf835b602f598 (patch) | |
tree | 99941b05ef0f909911473c1f067956cc78f2d187 /content | |
parent | 4c9457050db8e3b61ca5b0fecb4696c70a2fb83b (diff) | |
download | blog-f685a04bb6c2a9e0d78b2bbe76caf835b602f598.tar.gz blog-f685a04bb6c2a9e0d78b2bbe76caf835b602f598.tar.bz2 blog-f685a04bb6c2a9e0d78b2bbe76caf835b602f598.zip |
Add org-ssh-export draft
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/WIP-org-ssh-export/index.org | 8 | ||||
-rw-r--r-- | content/posts/emacs-helm-atoms/index.org | 12 |
2 files changed, 14 insertions, 6 deletions
diff --git a/content/posts/WIP-org-ssh-export/index.org b/content/posts/WIP-org-ssh-export/index.org new file mode 100644 index 0000000..737488b --- /dev/null +++ b/content/posts/WIP-org-ssh-export/index.org @@ -0,0 +1,8 @@ +#+TITLE: Org Ssh Export +#+DATE: 2020-10-19T21:22:28-04:00 +#+DRAFT: true +#+DESCRIPTION: +#+TAGS[]: emacs org ssh +#+KEYWORDS[]: emacs org ssh +#+SLUG: +#+SUMMARY: diff --git a/content/posts/emacs-helm-atoms/index.org b/content/posts/emacs-helm-atoms/index.org index f3c4e15..d62e4fd 100644 --- a/content/posts/emacs-helm-atoms/index.org +++ b/content/posts/emacs-helm-atoms/index.org @@ -38,9 +38,9 @@ completion and narrowing framework, and incredibly fast. The way it works is quite simple. -There's a function in Emacs called =mapatoms=, which takes a function -as one of its parameters. Without a second parameter, it traverses -Emacs' standard =obarray=, which is a table which holds most of the -interned symbols in Emacs. If you're curious about how symbols and -interning work in Emacs, you can check out the info page on [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Creating-Symbols.html][Creating -and Interning Symbols]]. +There's a function in Emacs called =mapatoms=, which takes a function as +one of its parameters. Without a second parameter, it traverses Emacs' +standard =obarray=, which is a table which holds most of the interned +symbols in Emacs. If you're curious about how symbols and interning +work in Emacs, you can check out the info page on [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Creating-Symbols.html][Creating and +Interning Symbols]]. |