1
0
Fork 0

Add comments on how to use the packages managed by Guix

This commit is contained in:
Tom Willemse 2021-07-15 22:34:08 -07:00
parent a14393b612
commit 1d7ac0e410
Signed by: ryuslash
GPG key ID: 7D5C407B435025C1
15 changed files with 76 additions and 27 deletions

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0713.225225 ;; Version: 2021.0715.223146
;; Package-Requires: (bats-mode oni-sh oni-yasnippet) ;; Package-Requires: (bats-mode oni-sh oni-yasnippet)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -25,7 +25,10 @@
;; Configuration for bats-mode. ;; Configuration for bats-mode.
;; This configuration pulls in oni-sh because bats-mode is derived from ;; This configuration pulls in oni-sh because bats-mode is derived from
;; sh-mode. ;; sh-mode. Add the following to your init file in case you want to use this
;; configuration:
;;
;; (with-eval-after-load 'bats-mode (require 'oni-bats))
;;; Code: ;;; Code:

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0527.230116 ;; Version: 2021.0715.223038
;; Package-Requires: (oni-data-dir) ;; Package-Requires: (oni-data-dir)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -22,7 +22,10 @@
;;; Commentary: ;;; Commentary:
;; Bookmark configuration. ;; Bookmark configuration. Add the following to your init file in case you want
;; to use this configuration:
;;
;; (with-eval-after-load 'bookmark (require 'oni-bookmark))
;;; Code: ;;; Code:

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0708.235539 ;; Version: 2021.0715.222936
;; Package-Requires: (oni-flycheck oni-lsp reformatter ccls) ;; Package-Requires: (oni-flycheck oni-lsp reformatter ccls)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -22,7 +22,10 @@
;;; Commentary: ;;; Commentary:
;; C Configuration ;; C Configuration. Add the following to your init file in case you want to use
;; this configuration:
;;
;; (with-eval-after-load 'cc-mode (require 'oni-c))
;;; Code: ;;; Code:

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0622.231018 ;; Version: 2021.0715.222837
;; Package-Requires: (circe oni-lui circe-serenity) ;; Package-Requires: (circe oni-lui circe-serenity)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -22,7 +22,10 @@
;;; Commentary: ;;; Commentary:
;; Configuration for the Circe IRC client. ;; Configuration for the Circe IRC client. Add the following to your init file
;; in case you want to use this configuration:
;;
;; (with-eval-after-load 'circe (require 'oni-circe))
;;; Code: ;;; Code:

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0707.100809 ;; Version: 2021.0715.222725
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard) ;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -23,7 +23,10 @@
;;; Commentary: ;;; Commentary:
;; Core Emacs configuration, doesn't need any requires from within ;; Core Emacs configuration, doesn't need any requires from within
;; Emacs. These settings don't seem to go anywhere else. ;; Emacs. These settings don't seem to go anywhere else. Add the following to
;; your init file in case you want to use this configuration:
;;
;; (require 'oni-core)
;;; Code: ;;; Code:

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0701.175714 ;; Version: 2021.0715.222010
;; Package-Requires: (elfeed olivetti) ;; Package-Requires: (elfeed olivetti)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -22,7 +22,10 @@
;;; Commentary: ;;; Commentary:
;; Configuration for the elfeed feed reader. ;; Configuration for the elfeed feed reader. Add the following to your init file
;; in case you want to use this configuration:
;;
;; (with-eval-after-load 'elfeed (require 'oni-elfeed))
;;; Code: ;;; Code:

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <chelys@rincewind> ;; Author: Tom Willemse <chelys@rincewind>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0621.231755 ;; Version: 2021.0715.221855
;; Package-Requires: (embrace) ;; Package-Requires: (embrace)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -22,7 +22,10 @@
;;; Commentary: ;;; Commentary:
;; Configuration for embrace. ;; Configuration for embrace. Add the following to your init file in case you
;; want to use this configuration:
;;
;; (with-eval-after-load 'embrace (require 'oni-embrace))
;;; Code: ;;; Code:

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2019.0904.210532 ;; Version: 2021.0715.221757
;; Package-Requires: (flycheck flycheck-posframe flycheck-cask) ;; Package-Requires: (flycheck flycheck-posframe flycheck-cask)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -22,7 +22,10 @@
;;; Commentary: ;;; Commentary:
;; Configuration for flycheck. ;; Configuration for flycheck. Add the following to your init file in case you
;; want to use this configuration:
;;
;; (with-eval-after-load 'flycheck (require 'oni-flycheck))
;;; Code: ;;; Code:

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0621.231839 ;; Version: 2021.0715.221700
;; Package-Requires: (hydra posframe) ;; Package-Requires: (hydra posframe)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -23,6 +23,10 @@
;;; Commentary: ;;; Commentary:
;; Configuration for hydra. Set it up to use posframe instead of the default lv. ;; Configuration for hydra. Set it up to use posframe instead of the default lv.
;; Add the following to your init file in case you want to use this
;; configuraiton:
;;
;; (with-eval-after-load 'hydra (require 'oni-hydra))
;;; Code: ;;; Code:

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2020.1217.113334 ;; Version: 2021.0715.215836
;; Package-Requires: (lsp-mode lsp-ui lsp-ivy) ;; Package-Requires: (lsp-mode lsp-ui lsp-ivy)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -22,7 +22,10 @@
;;; Commentary: ;;; Commentary:
;; Configuration for `lsp-mode' and friends. ;; Configuration for `lsp-mode' and friends. Add the following to your init file
;; in case you want to use this configuration:
;;
;; (with-eval-after-load 'lsp-mode (require 'oni-lsp))
;;; Code: ;;; Code:

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0612.224938 ;; Version: 2021.0715.215705
;; Package-Requires: (circe) ;; Package-Requires: (circe)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -22,7 +22,10 @@
;;; Commentary: ;;; Commentary:
;; Configuration for the Linewise User Interface package. ;; Configuration for the Linewise User Interface package. Add the following to
;; you init file if you want to use this configuration:
;;
;; (with-eval-after-load 'lui (require 'oni-lui))
;;; Code: ;;; Code:

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0622.221353 ;; Version: 2021.0715.215613
;; Package-Requires: (reformatter oni-flycheck oni-smartparens) ;; Package-Requires: (reformatter oni-flycheck oni-smartparens)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -33,6 +33,10 @@
;; It also defines a formatter using reformatter which runs the shfmt utility. ;; It also defines a formatter using reformatter which runs the shfmt utility.
;; This is set up to run after saving a shell script. ;; This is set up to run after saving a shell script.
;; Add the following to your init file if you want to use this configuration:
;;
;; (with-eval-after-load 'sh-script (require 'oni-sh))
;;; Code: ;;; Code:
(require 'reformatter) (require 'reformatter)

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2020.0114.220117 ;; Version: 2021.0715.215509
;; Package-Requires: (smartparens) ;; Package-Requires: (smartparens)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -22,7 +22,10 @@
;;; Commentary: ;;; Commentary:
;; Configuration for smartparens-mode. ;; Configuration for smartparens-mode. Add the following to your init file if
;; you want to use this configuration:
;;
;; (with-eval-after-load 'smartparens (require 'oni-smartparens))
;;; Code: ;;; Code:

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0524.200055 ;; Version: 2021.0715.215412
;; Package-Requires: (vterm) ;; Package-Requires: (vterm)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -22,7 +22,10 @@
;;; Commentary: ;;; Commentary:
;; My vterm configuration. Add the following to your init file if you want to
;; use this configuration:
;; ;;
;; (with-eval-after-load 'vterm (require 'oni-vterm))
;;; Code: ;;; Code:

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0630.150352 ;; Version: 2021.0715.212830
;; Package-Requires: (yasnippet yasnippet-snippets diminish) ;; Package-Requires: (yasnippet yasnippet-snippets diminish)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -22,7 +22,12 @@
;;; Commentary: ;;; Commentary:
;; Yasnippet configuration. ;; Yasnippet configuration. To use this configuratin you should put the
;; following two lines in your init file:
;;
;; (with-eval-after-load 'yasnippet (require 'oni-yasnippet))
;; (yas-global-mode)
;;; Code: ;;; Code: