diff --git a/init.el b/init.el index cd91771..ee5fc98 100644 --- a/init.el +++ b/init.el @@ -145,9 +145,8 @@ ("C-c R" . counsel-register) ("C-c T" . counsel-load-theme))) -;; Install [ripgrep](https://github.com/BurntSushi/ripgrep) (rg) for -;; `counsel-rg` to work properly. - +;;; For `counsel-fzf` install [fzf](https://github.com/junegunn/fzf) and for +;;; `counsel-rg` install [ripgrep](https://github.com/BurntSushi/ripgrep) (rg). ;;; File explorer sidebar @@ -312,7 +311,7 @@ ;;; ### Switching buffers ### -;;; Bind keys from `s-s a` to `s-s z` to switch to buffers from a +;;; Bind keys from `H-r a` to `H-r z` to switch to buffers from a ;;; register from `a` to `z`. (defalias 'pr #'point-to-register) @@ -628,7 +627,7 @@ inserted between the braces between the braces." ;;; Or just install [go-mode], [go-guru], [company-lsp]. ;;; 2. Install Go compiler. Under Debian you may install `golang` package -;;; (but in Debian 10 Buster it is 1.11 compared to the current 1.13, +;;; (but in Debian 10 Buster it is 1.11 compared to the current 1.14, ;;; so you may consider ;;; [downloading the current version of Go](https://golang.org/dl/)). Otherwise ;;; search for the package for your system or diff --git a/old-go.el b/old-go.el index 073441c..6b4f85b 100644 --- a/old-go.el +++ b/old-go.el @@ -110,7 +110,7 @@ inserted between the braces between the braces." ;;; packages: [go-mode], [company-go], [go-eldoc], and [go-guru]. ;;; 2. Install Go compiler. Under Debian you may install `golang` package -;;; (but in Debian 10 Buster it is 1.11 compared to the current 1.13, +;;; (but in Debian 10 Buster it is 1.11 compared to the current 1.14, ;;; so you may consider ;;; [downloading the current version of Go](https://golang.org/dl/)). Otherwise ;;; search for the package for your system or