[Emacs] Whitespace
This commit is contained in:
parent
5310bc5af1
commit
45c7e1c4eb
@ -536,9 +536,9 @@ b s~, which bring the user directly to the ~*Messages*~ buffer and the
|
||||
| / | <c> | <c> |
|
||||
| Emphasis | Character | Character code |
|
||||
|----------+-----------+----------------|
|
||||
| Bold | ~*~ | 42 |
|
||||
| Italic | ~/~ | 47 |
|
||||
| Code | ~~~ | 126 |
|
||||
| Bold | ~*~ | 42 |
|
||||
| Italic | ~/~ | 47 |
|
||||
| Code | ~~~ | 126 |
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(defun org-mode-emphasize-bold ()
|
||||
@ -2443,14 +2443,14 @@ to ~p~ since it would conflict with my main ~general~ prefix.
|
||||
:END:
|
||||
As the name tells, ~helpful~ is a really helpful package which greatly
|
||||
enhances a couple of built-in functions from Emacs, namely:
|
||||
| Vanilla Emacs Function | Helpful Function | Comment |
|
||||
|------------------------+--------------------+-----------------------------------------------|
|
||||
| ~describe-function~ | ~helpful-callable~ | Only interactive functions |
|
||||
| Vanilla Emacs Function | Helpful Function | Comment |
|
||||
|------------------------+------------------+-----------------------------------------------|
|
||||
| ~describe-function~ | ~helpful-callable~ | Only interactive functions |
|
||||
| ~describe-function~ | ~helpful-function~ | Only actual functions (including interactive) |
|
||||
| ~describe-function~ | ~helpful-macro~ | |
|
||||
| ~describe-command~ | ~helpful-command~ | |
|
||||
| ~describe-key~ | ~helpful-key~ | |
|
||||
| ~describe-variable~ | ~helpful-variable~ | |
|
||||
| ~describe-function~ | ~helpful-macro~ | |
|
||||
| ~describe-command~ | ~helpful-command~ | |
|
||||
| ~describe-key~ | ~helpful-key~ | |
|
||||
| ~describe-variable~ | ~helpful-variable~ | |
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package helpful
|
||||
|
Loading…
Reference in New Issue
Block a user