forked from suutari-ai/prelude
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'suutari-ai/master'
* suutari-ai/master: vendor: Update helm-git-grep personal: Some ruff config etc. Turn off super-save in rust-mode Add the required readthedocs.yml Update the copyright years Add details about Windows HOME Revert "personal: Set default font height to 110" personal/prelude-modules: Add prelude-lsp vendor: Make workgroups2 compatible with Emacs 28 Use js2-mode for additional Node.js extensions. Remove consult-apropos Add a Discord badge Add a CI badge to the README Add a missing section heading Add a missing provide Tweak the name of a helper function Add a missing require [Docs] Update the FAQ for use-package Tweak some changelog entries Prefer vertico over ivy Add a vertico module Auto-install use-package Bump the copyright years Fix installation of typescript-mode via prelude-ts (bbatsov#1398)
- Loading branch information
Showing
69 changed files
with
290 additions
and
77 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/workflows/github-actions.yml → .github/workflows/ci.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Prelude CI | ||
name: CI | ||
on: push | ||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-core.el --- Emacs Prelude: Core Prelude functions. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-custom.el --- Emacs Prelude: Prelude's customizable variables. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-editor.el --- Emacs Prelude: enhanced core editing experience. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-global-keybindings.el --- Emacs Prelude: some useful keybindings. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-linux.el --- Emacs Prelude: linux specific settings. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Stanislav Arnaudov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-macos.el --- Emacs Prelude: macOS specific settings. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-mode.el --- Emacs Prelude: minor mode | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-packages.el --- Emacs Prelude: default package selection. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
@@ -62,6 +62,13 @@ | |
(setq package-user-dir (expand-file-name "elpa" prelude-dir)) | ||
(package-initialize) | ||
|
||
;; install & enable use-package | ||
(unless (package-installed-p 'use-package) | ||
(package-install 'use-package)) | ||
|
||
(require 'use-package) | ||
(setq use-package-verbose t) | ||
|
||
(defvar prelude-packages | ||
'(ace-window | ||
ag | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-ui.el --- Emacs Prelude: UI optimizations and tweaks. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; init.el --- Prelude's configuration entry point. | ||
;; | ||
;; Copyright (c) 2011-2022 Bozhidar Batsov | ||
;; Copyright (c) 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-c.el --- Emacs Prelude: cc-mode configuration. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-clojure.el --- Emacs Prelude: Clojure programming configuration. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-coffee.el --- Emacs Prelude: CoffeeScript programming support. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-common-lisp.el --- Emacs Prelude: lisp-mode and SLIME config. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-company.el --- company-mode setup | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-css.el --- Emacs Prelude: css support | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-dart.el --- Emacs Prelude: Dart programming configuration. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Rafael Medina <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-elixir.el --- Emacs Prelude: Elixir programming support. | ||
;; | ||
;; Copyright © 2014-2022 Samuel Tonini | ||
;; Copyright © 2014-2023 Samuel Tonini | ||
;; | ||
;; Author: Samuel Tonini <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-emacs-lisp.el --- Emacs Prelude: Nice config for Elisp programming. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-erc.el --- Emacs Prelude: ERC mode configuration. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-erlang.el --- Emacs Prelude: Erlang programming support. | ||
;; | ||
;; Copyright © 2011-2022 Gleb Peregud | ||
;; Copyright © 2011-2023 Gleb Peregud | ||
;; | ||
;; Author: Gleb Peregud <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-evil.el --- Emacs Prelude: evil-mode configuration. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-haskell.el --- Emacs Prelude: Nice config for Haskell programming. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-helm-everywhere.el --- Enable Helm everywhere | ||
;; | ||
;; Copyright © 2014-2022 Tu, Do Hoang | ||
;; Copyright © 2014-2023 Tu, Do Hoang | ||
;; | ||
;; Author: Tu, Do Hoang ([email protected]) | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-helm.el --- Helm setup | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-ido.el --- Ido setup | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-ivy.el --- Ivy setup | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-js.el --- Emacs Prelude: js-mode configuration. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
@@ -35,9 +35,10 @@ | |
|
||
(require 'js2-mode) | ||
|
||
(add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode)) | ||
(add-to-list 'auto-mode-alist '("\\.pac\\'" . js2-mode)) | ||
(add-to-list 'interpreter-mode-alist '("node" . js2-mode)) | ||
(add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode)) | ||
(add-to-list 'auto-mode-alist '("\\.[cm]js\\'" . js2-mode)) | ||
(add-to-list 'auto-mode-alist '("\\.pac\\'" . js2-mode)) | ||
(add-to-list 'interpreter-mode-alist '("node" . js2-mode)) | ||
|
||
(with-eval-after-load 'js2-mode | ||
(defun prelude-js-mode-defaults () | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-key-chord.el --- Key chord setup | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; prelude-latex.el --- Emacs Prelude: Sane setup for LaTeX writers. | ||
;; | ||
;; Copyright © 2011-2022 Bozhidar Batsov | ||
;; Copyright © 2011-2023 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; URL: https://github.com/bbatsov/prelude | ||
|
Oops, something went wrong.