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/posts/emacs-helm-atoms/index.org | |
parent | 4c9457050db8e3b61ca5b0fecb4696c70a2fb83b (diff) | |
download | blog-f685a04bb6c2a9e0d78b2bbe76caf835b602f598.tar.gz blog-f685a04bb6c2a9e0d78b2bbe76caf835b602f598.tar.bz2 blog-f685a04bb6c2a9e0d78b2bbe76caf835b602f598.zip |
Add org-ssh-export draft
Diffstat (limited to 'content/posts/emacs-helm-atoms/index.org')
-rw-r--r-- | content/posts/emacs-helm-atoms/index.org | 12 |
1 files changed, 6 insertions, 6 deletions
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]]. |