diff options
-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]]. |