Disable evil mode, add command-log, animate modelen parrot and nyan.
This commit is contained in:
parent
9f79419421
commit
2cbc53c481
@ -305,7 +305,7 @@
|
|||||||
(setq evil-want-keybinding nil)
|
(setq evil-want-keybinding nil)
|
||||||
(setq evil-want-integration t)
|
(setq evil-want-integration t)
|
||||||
:config
|
:config
|
||||||
(evil-mode 1))
|
(evil-mode -1))
|
||||||
|
|
||||||
;;; Undo Nicities
|
;;; Undo Nicities
|
||||||
;; https://github.com/emacsmirror/undo-fu
|
;; https://github.com/emacsmirror/undo-fu
|
||||||
@ -448,7 +448,12 @@
|
|||||||
:straight t
|
:straight t
|
||||||
:init (which-key-mode 1))
|
:init (which-key-mode 1))
|
||||||
|
|
||||||
;;; Better help menus (helpful)
|
;;; Command log (show list of commands in separate buffer)
|
||||||
|
;; https://github.com/lewang/command-log-mode
|
||||||
|
(use-package command-log-mode
|
||||||
|
:straight t)
|
||||||
|
|
||||||
|
;;; Better help menus (helpful)
|
||||||
;; https://github.com/Wilfred/helpful
|
;; https://github.com/Wilfred/helpful
|
||||||
(use-package helpful
|
(use-package helpful
|
||||||
:straight t
|
:straight t
|
||||||
@ -644,12 +649,20 @@
|
|||||||
;; NYAN cat in modeline
|
;; NYAN cat in modeline
|
||||||
;; https://github.com/TeMPOraL/nyan-mode
|
;; https://github.com/TeMPOraL/nyan-mode
|
||||||
(use-package nyan-mode
|
(use-package nyan-mode
|
||||||
:straight t)
|
:straight t
|
||||||
|
:config
|
||||||
|
(setq nyan-wavy-trail t)
|
||||||
|
:init
|
||||||
|
(nyan-mode 1))
|
||||||
|
|
||||||
;; Party Parrot in modeline
|
;; Party Parrot in modeline
|
||||||
;; https://github.com/dp12/parrot
|
;; https://github.com/dp12/parrot
|
||||||
(use-package parrot
|
(use-package parrot
|
||||||
:straight t)
|
:straight t
|
||||||
|
:init (parrot-mode 1))
|
||||||
|
|
||||||
|
(add-hook 'post-command-hook 'parrot-start-animation)
|
||||||
|
(add-hook 'post-command-hook 'nyan-start-animation)
|
||||||
|
|
||||||
;;; Mini-buffer improvements (fido, orderless, marginalia)
|
;;; Mini-buffer improvements (fido, orderless, marginalia)
|
||||||
;; Let's try [icomplete / fido / ido] mode for a while.
|
;; Let's try [icomplete / fido / ido] mode for a while.
|
||||||
@ -783,6 +796,8 @@
|
|||||||
(format "python3 %s" (file-name-nondirectory buffer-file-name)))))
|
(format "python3 %s" (file-name-nondirectory buffer-file-name)))))
|
||||||
|
|
||||||
;; Abbrevs and Snippets
|
;; Abbrevs and Snippets
|
||||||
|
(define-abbrev global-abbrev-table "t" "the")
|
||||||
|
(define-abbrev global-abbrev-table "g" "go")
|
||||||
;; URLs
|
;; URLs
|
||||||
(define-abbrev global-abbrev-table "mygh" "https://github.com/lemonase")
|
(define-abbrev global-abbrev-table "mygh" "https://github.com/lemonase")
|
||||||
;; Timestamps
|
;; Timestamps
|
||||||
|
|||||||
@ -388,7 +388,7 @@ Set initial evil settings as well as adding complementary evil packages.
|
|||||||
(setq evil-want-keybinding nil)
|
(setq evil-want-keybinding nil)
|
||||||
(setq evil-want-integration t)
|
(setq evil-want-integration t)
|
||||||
:config
|
:config
|
||||||
(evil-mode 1))
|
(evil-mode -1))
|
||||||
|
|
||||||
;;; Undo Nicities
|
;;; Undo Nicities
|
||||||
;; https://github.com/emacsmirror/undo-fu
|
;; https://github.com/emacsmirror/undo-fu
|
||||||
@ -553,7 +553,12 @@ as well as adding supplemental information. The result is a better experience wi
|
|||||||
:straight t
|
:straight t
|
||||||
:init (which-key-mode 1))
|
:init (which-key-mode 1))
|
||||||
|
|
||||||
;;; Better help menus (helpful)
|
;;; Command log (show list of commands in separate buffer)
|
||||||
|
;; https://github.com/lewang/command-log-mode
|
||||||
|
(use-package command-log-mode
|
||||||
|
:straight t)
|
||||||
|
|
||||||
|
;;; Better help menus (helpful)
|
||||||
;; https://github.com/Wilfred/helpful
|
;; https://github.com/Wilfred/helpful
|
||||||
(use-package helpful
|
(use-package helpful
|
||||||
:straight t
|
:straight t
|
||||||
@ -794,12 +799,20 @@ Change the look and feel of Emacs.
|
|||||||
;; NYAN cat in modeline
|
;; NYAN cat in modeline
|
||||||
;; https://github.com/TeMPOraL/nyan-mode
|
;; https://github.com/TeMPOraL/nyan-mode
|
||||||
(use-package nyan-mode
|
(use-package nyan-mode
|
||||||
:straight t)
|
:straight t
|
||||||
|
:config
|
||||||
|
(setq nyan-wavy-trail t)
|
||||||
|
:init
|
||||||
|
(nyan-mode 1))
|
||||||
|
|
||||||
;; Party Parrot in modeline
|
;; Party Parrot in modeline
|
||||||
;; https://github.com/dp12/parrot
|
;; https://github.com/dp12/parrot
|
||||||
(use-package parrot
|
(use-package parrot
|
||||||
:straight t)
|
:straight t
|
||||||
|
:init (parrot-mode 1))
|
||||||
|
|
||||||
|
(add-hook 'post-command-hook 'parrot-start-animation)
|
||||||
|
(add-hook 'post-command-hook 'nyan-start-animation)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Completion
|
*** Completion
|
||||||
@ -967,8 +980,11 @@ Compile the interpreters and interpret the compilers.
|
|||||||
|
|
||||||
Abbreviations and Snippets simply allow for less typing and more output.
|
Abbreviations and Snippets simply allow for less typing and more output.
|
||||||
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp :tangle "init.el"
|
#+begin_src emacs-lisp :tangle "init.el"
|
||||||
;; Abbrevs and Snippets
|
;; Abbrevs and Snippets
|
||||||
|
(define-abbrev global-abbrev-table "t" "the")
|
||||||
|
(define-abbrev global-abbrev-table "g" "go")
|
||||||
;; URLs
|
;; URLs
|
||||||
(define-abbrev global-abbrev-table "mygh" "https://github.com/lemonase")
|
(define-abbrev global-abbrev-table "mygh" "https://github.com/lemonase")
|
||||||
;; Timestamps
|
;; Timestamps
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user