diff --git a/modules/editor/evil/config.el b/modules/editor/evil/config.el index 70113818f..1c8d1d754 100644 --- a/modules/editor/evil/config.el +++ b/modules/editor/evil/config.el @@ -66,7 +66,7 @@ directives. By default, this only recognizes C directives.") (put 'evil-define-key* 'lisp-indent-function 'defun) ;; stop copying each visual state move to the clipboard: - ;; https://bitbucket.org/lyro/evil/issue/336/osx-visual-state-copies-the-region-on + ;; https://github.com/emacs-evil/evil/issues/336 ;; grokked from: ;; http://stackoverflow.com/questions/15873346/elisp-rename-macro (advice-add #'evil-visual-update-x-selection :override #'ignore) diff --git a/modules/editor/file-templates/templates/emacs-lisp-mode/__package b/modules/editor/file-templates/templates/emacs-lisp-mode/__package index ba2439cc4..9d2034b8b 100644 --- a/modules/editor/file-templates/templates/emacs-lisp-mode/__package +++ b/modules/editor/file-templates/templates/emacs-lisp-mode/__package @@ -2,7 +2,7 @@ ;; ;; Copyright (C) `(format-time-string "%Y")` `user-full-name` ;; -;; Author: `user-full-name` +;; Author: `user-full-name` ;; Maintainer: `user-full-name` <`user-mail-address`> ;; Created: `(format-time-string "%B %d, %Y")` ;; Modified: `(format-time-string "%B %d, %Y")` diff --git a/modules/lang/fsharp/README.org b/modules/lang/fsharp/README.org index a11f9502e..bb37fdf73 100644 --- a/modules/lang/fsharp/README.org +++ b/modules/lang/fsharp/README.org @@ -31,9 +31,9 @@ This module adds [[https://fsharp.org/][F#]] support. ** Module Flags + =+lsp= Enables lsp-fsharp (this requires ~:tools lsp~ to be enabled). ** Plugins -+ [[https://github.com/fsharp/emacs-fsharp-mod+e][fsharp-mode]] ++ [[https://github.com/fsharp/emacs-fsharp-mode][fsharp-mode]] + =+lsp= - + [[https://github.com/emacs-lsp/lsp-mode/blob/master/lsp-fsharp.el][lsp-fsharp]] + + [[https://github.com/emacs-lsp/lsp-mode/blob/master/clients/lsp-fsharp.el][lsp-fsharp]] ** Hacks None so far. @@ -47,7 +47,7 @@ Do *NOT* install mono via brew. See this [[https://github.com/fsharp/FsAutoCompl sudo pacman -S mono #+END_SRC ** LSP -The language server is automatically installed by [[https://github.com/emacs-lsp/lsp-mode/blob/master/lsp-fsharp.el][lsp-fsharp]]. +The language server is automatically installed by [[https://github.com/emacs-lsp/lsp-mode/blob/master/clients/lsp-fsharp.el][lsp-fsharp]]. * Features An in-depth list of features, how to use them, and their dependencies. diff --git a/modules/lang/julia/config.el b/modules/lang/julia/config.el index dd0edaf07..65dde2cca 100644 --- a/modules/lang/julia/config.el +++ b/modules/lang/julia/config.el @@ -6,7 +6,7 @@ (set-repl-handler! 'julia-mode #'+julia/open-repl) ;; Borrow matlab.el's fontification of math operators. From - ;; + ;; (dolist (mode '(julia-mode ess-julia-mode)) (font-lock-add-keywords mode diff --git a/modules/ui/doom/README.org b/modules/ui/doom/README.org index 17d365df6..51fd24ea4 100644 --- a/modules/ui/doom/README.org +++ b/modules/ui/doom/README.org @@ -42,7 +42,7 @@ Although this module uses the ~doom-one~ theme by default, [[https://github.com/ + *doom-one:* doom-themes' flagship theme, inspired by [[https://atom.io/][Atom's]] One Dark themes + *doom-vibrant:* a more vibrant version of doom-one + *doom-molokai:* based on Textmate's monokai -+ *doom-nova:* adapted from [[https://trevordmiller.com/projects/nova][Nova]] ++ *doom-nova:* adapted from [[https://github.com/trevordmiller/nova-colors][Nova]] + *doom-one-light:* light version of doom-one + *doom-peacock:* based on Peacock from [[https://daylerees.github.io/][daylerees' themes]] + *doom-tomorrow-night:* by [[https://github.com/ChrisKempson/Tomorrow-Theme][Chris Kempson]] diff --git a/modules/ui/unicode/README.org b/modules/ui/unicode/README.org index 83509613a..82de5312c 100644 --- a/modules/ui/unicode/README.org +++ b/modules/ui/unicode/README.org @@ -61,7 +61,7 @@ If your font does not provide some glyphs, this package will try its best to fin A list of fonts with good unicode coverage can be found on the page of the [[https://github.com/rolandwalker/unicode-fonts#minimum-useful-fonts][unicode-fonts]] package. ** Advanced configuration -Consult the [[https://github.com/rolandwalker/unicode-font][unicode-fonts]] package documentation for a description of more advanced configuration. The configuration should be placed, as usual, in your private =config.el= wrapped in an ~(after! unicode-fonts)~ block. The variable ~unicode-fonts-blocks~ contains a list of all unicode block names and their character ranges. The default fonts to search for glyphs are in the variable ~unicode-fonts-block-font-mapping~. +Consult the [[https://github.com/rolandwalker/unicode-fonts][unicode-fonts]] package documentation for a description of more advanced configuration. The configuration should be placed, as usual, in your private =config.el= wrapped in an ~(after! unicode-fonts)~ block. The variable ~unicode-fonts-blocks~ contains a list of all unicode block names and their character ranges. The default fonts to search for glyphs are in the variable ~unicode-fonts-block-font-mapping~. If you want to use the font =Symbola= for =Miscellaneous Symbols= by default you could add #+BEGIN_SRC elisp