From f685a04bb6c2a9e0d78b2bbe76caf835b602f598 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Mon, 19 Oct 2020 21:23:44 -0400 Subject: Add org-ssh-export draft --- content/posts/emacs-helm-atoms/index.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'content/posts/emacs-helm-atoms') 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]]. -- cgit v1.2.3