mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
Emacs : dashboard line break mode
This commit is contained in:
7
.config/emacs/.gitignore
vendored
7
.config/emacs/.gitignore
vendored
@ -1 +1,6 @@
|
||||
custom.el
|
||||
*
|
||||
*/
|
||||
!early-init.el
|
||||
!init.el
|
||||
!custom-default.el
|
||||
!lisp/
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
(when (fboundp 'page-break-lines-mode)
|
||||
(page-break-lines-mode 1))))
|
||||
:init
|
||||
(setq dashboard-page-separator "\n\f\n"
|
||||
(setq dashboard-page-separator "\n\f\f\n"
|
||||
;;dashboard-banner-logo-title "Emacs is more than a text editor!"
|
||||
;; logo from github.com/egstatsml/emacs_fancy_logos
|
||||
dashboard-startup-banner "~/.config/emacs/logos/xemacs_color.svg"
|
||||
|
||||
@ -118,6 +118,11 @@
|
||||
(set-fontset-font "fontset-default"
|
||||
(cons page-break-lines-char page-break-lines-char)
|
||||
(face-attribute 'default :family)))
|
||||
(use-package form-feed
|
||||
:disabled
|
||||
:diminish
|
||||
:hook (after-init . global-form-feed-mode))
|
||||
|
||||
;; emoji
|
||||
(use-package emojify
|
||||
:defer t
|
||||
|
||||
@ -1 +0,0 @@
|
||||
nil
|
||||
@ -18,7 +18,7 @@ alias emtangle="emacs --batch -eval \"(require 'org)\" --eval '(org-babel-tangle
|
||||
#neovim to vi
|
||||
alias vi=nvim
|
||||
alias vimdiff="nvim -d"
|
||||
alias cat=bat
|
||||
#alias cat=bat
|
||||
#pacman unlock
|
||||
alias paruunlock="sudo rm /var/lib/pacman/db.lck"
|
||||
#grub update
|
||||
|
||||
Reference in New Issue
Block a user