Fix typos
This commit is contained in:
parent
12c36187be
commit
199a6fab79
7 changed files with 7 additions and 7 deletions
|
@ -78,7 +78,7 @@
|
||||||
;;ein ; tame Jupyter notebooks with emacs
|
;;ein ; tame Jupyter notebooks with emacs
|
||||||
(eval +overlay) ; run code, run (also, repls)
|
(eval +overlay) ; run code, run (also, repls)
|
||||||
flycheck ; tasing you for every semicolon you forget
|
flycheck ; tasing you for every semicolon you forget
|
||||||
;;flyspell ; tasing you for misspelling mispelling
|
;;flyspell ; tasing you for misspelling misspelling
|
||||||
;;gist ; interacting with github gists
|
;;gist ; interacting with github gists
|
||||||
(lookup ; helps you navigate your code and documentation
|
(lookup ; helps you navigate your code and documentation
|
||||||
+docsets) ; ...or in Dash docsets locally
|
+docsets) ; ...or in Dash docsets locally
|
||||||
|
|
|
@ -347,7 +347,7 @@
|
||||||
"n" #'doom/help-news
|
"n" #'doom/help-news
|
||||||
;; replaces `help-with-tutorial', b/c it's less useful than `load-theme'
|
;; replaces `help-with-tutorial', b/c it's less useful than `load-theme'
|
||||||
"t" #'load-theme
|
"t" #'load-theme
|
||||||
;; replaces `finder-by-keyword' b/c not usefull
|
;; replaces `finder-by-keyword' b/c not useful
|
||||||
"p" #'doom/help-packages
|
"p" #'doom/help-packages
|
||||||
;; replaces `describe-package' b/c redundant w/ `doom/describe-package'
|
;; replaces `describe-package' b/c redundant w/ `doom/describe-package'
|
||||||
"P" #'find-library)
|
"P" #'find-library)
|
||||||
|
|
|
@ -168,7 +168,7 @@ function and open its documentation with `helpful-function'. Otherwise, it will
|
||||||
search for it with `apropos'.
|
search for it with `apropos'.
|
||||||
|
|
||||||
If QUERY is empty, this runs the equivalent of 'M-x apropos'. If BANG is
|
If QUERY is empty, this runs the equivalent of 'M-x apropos'. If BANG is
|
||||||
non-nil, a search is preformed against Doom's manual (wiht `doom/help-search')."
|
non-nil, a search is preformed against Doom's manual (with `doom/help-search')."
|
||||||
(interactive "<!><a>")
|
(interactive "<!><a>")
|
||||||
(if bang
|
(if bang
|
||||||
(doom/help-search query)
|
(doom/help-search query)
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"+c"
|
"+c"
|
||||||
"-Wwarn=missing-home-modules"
|
"-Wwarn=missing-home-modules"
|
||||||
"-fno-diagnostics-show-caret"
|
"-fno-diagnostics-show-caret"
|
||||||
;; neccessary to make attrap-attrap useful:
|
;; necessary to make attrap-attrap useful:
|
||||||
"-Wall"
|
"-Wall"
|
||||||
;; necessary to make company completion useful:
|
;; necessary to make company completion useful:
|
||||||
"-fdefer-typed-holes"
|
"-fdefer-typed-holes"
|
||||||
|
|
|
@ -30,7 +30,7 @@ This module adds [[https://www.haskell.org/][Haskell]] support, powered by eithe
|
||||||
+ [[https://github.com/hlissner/doom-snippets/tree/master/haskell-mode][Snippets]]
|
+ [[https://github.com/hlissner/doom-snippets/tree/master/haskell-mode][Snippets]]
|
||||||
|
|
||||||
** External resources
|
** External resources
|
||||||
Here are a few resources I've found indespensible in my Haskell adventures:
|
Here are a few resources I've found indispensable in my Haskell adventures:
|
||||||
|
|
||||||
+ [[http://learnyouahaskell.com/][Learn you a haskell for great good]]
|
+ [[http://learnyouahaskell.com/][Learn you a haskell for great good]]
|
||||||
+ [[http://haskellbook.com/][Haskell Programming from first principles]]
|
+ [[http://haskellbook.com/][Haskell Programming from first principles]]
|
||||||
|
|
|
@ -127,7 +127,7 @@ https://www.mfoot.com/blog/2015/11/22/literate-emacs-configuration-with-org-mode
|
||||||
+ Statistics cookies are updated when saving the buffer of exiting insert mode
|
+ Statistics cookies are updated when saving the buffer of exiting insert mode
|
||||||
(see ~+org-enable-auto-update-cookies-h~).
|
(see ~+org-enable-auto-update-cookies-h~).
|
||||||
+ Org-protocol has been lazy loaded (see ~+org-init-protocol-lazy-loader-h~);
|
+ Org-protocol has been lazy loaded (see ~+org-init-protocol-lazy-loader-h~);
|
||||||
loaded when the server recieves a request for an org-protocol:// url.
|
loaded when the server receives a request for an org-protocol:// url.
|
||||||
+ Babel and babel plugins are now lazy loaded (see
|
+ Babel and babel plugins are now lazy loaded (see
|
||||||
~+org-init-babel-lazy-loader-h~); loaded when a src block is executed. No need
|
~+org-init-babel-lazy-loader-h~); loaded when a src block is executed. No need
|
||||||
to use ~org-babel-do-load-languages~ in your config, just install your babel
|
to use ~org-babel-do-load-languages~ in your config, just install your babel
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(add-hook! 'doom-init-ui-hook
|
(add-hook! 'doom-init-ui-hook
|
||||||
(defun +unicode-init-fonts-h ()
|
(defun +unicode-init-fonts-h ()
|
||||||
"Set up `unicode-fonts' to eventually run; accomodating the daemon, if
|
"Set up `unicode-fonts' to eventually run; accommodating the daemon, if
|
||||||
necessary."
|
necessary."
|
||||||
(setq-default bidi-display-reordering t
|
(setq-default bidi-display-reordering t
|
||||||
doom-unicode-font nil)
|
doom-unicode-font nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue