mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Merge branch 'master' of gitlab.com:dwt1/dotfiles
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
(setq dashboard-set-file-icons t)
|
(setq dashboard-set-file-icons t)
|
||||||
(setq dashboard-banner-logo-title "Emacs Is More Than A Text Editor!")
|
(setq dashboard-banner-logo-title "Emacs Is More Than A Text Editor!")
|
||||||
;;(setq dashboard-startup-banner 'logo) ;; use standard emacs logo as banner
|
;;(setq dashboard-startup-banner 'logo) ;; use standard emacs logo as banner
|
||||||
(setq dashboard-startup-banner "/home/dt/.config/emacs/images/dtmacs-logo.png") ;; use custom image as banner
|
(setq dashboard-startup-banner "~/.config/emacs/images/dtmacs-logo.png") ;; use custom image as banner
|
||||||
(setq dashboard-center-content nil) ;; set to 't' for centered content
|
(setq dashboard-center-content nil) ;; set to 't' for centered content
|
||||||
(setq dashboard-items '((recents . 5)
|
(setq dashboard-items '((recents . 5)
|
||||||
(agenda . 5 )
|
(agenda . 5 )
|
||||||
@@ -184,7 +184,7 @@
|
|||||||
"b C" '(clone-indirect-buffer-other-window :wk "Clone indirect buffer in new window")
|
"b C" '(clone-indirect-buffer-other-window :wk "Clone indirect buffer in new window")
|
||||||
"b d" '(bookmark-delete :wk "Delete bookmark")
|
"b d" '(bookmark-delete :wk "Delete bookmark")
|
||||||
"b i" '(ibuffer :wk "Ibuffer")
|
"b i" '(ibuffer :wk "Ibuffer")
|
||||||
"b k" '(kill-this-buffer :wk "Kill this buffer")
|
"b k" '(kill-current-buffer :wk "Kill current buffer")
|
||||||
"b K" '(kill-some-buffers :wk "Kill multiple buffers")
|
"b K" '(kill-some-buffers :wk "Kill multiple buffers")
|
||||||
"b l" '(list-bookmarks :wk "List bookmarks")
|
"b l" '(list-bookmarks :wk "List bookmarks")
|
||||||
"b m" '(bookmark-set :wk "Set bookmark")
|
"b m" '(bookmark-set :wk "Set bookmark")
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ Emacs Dashboard is an extensible startup screen showing you recent files, bookma
|
|||||||
(setq dashboard-set-file-icons t)
|
(setq dashboard-set-file-icons t)
|
||||||
(setq dashboard-banner-logo-title "Emacs Is More Than A Text Editor!")
|
(setq dashboard-banner-logo-title "Emacs Is More Than A Text Editor!")
|
||||||
;;(setq dashboard-startup-banner 'logo) ;; use standard emacs logo as banner
|
;;(setq dashboard-startup-banner 'logo) ;; use standard emacs logo as banner
|
||||||
(setq dashboard-startup-banner "/home/dt/.config/emacs/images/dtmacs-logo.png") ;; use custom image as banner
|
(setq dashboard-startup-banner "~/.config/emacs/images/dtmacs-logo.png") ;; use custom image as banner
|
||||||
(setq dashboard-center-content nil) ;; set to 't' for centered content
|
(setq dashboard-center-content nil) ;; set to 't' for centered content
|
||||||
(setq dashboard-items '((recents . 5)
|
(setq dashboard-items '((recents . 5)
|
||||||
(agenda . 5 )
|
(agenda . 5 )
|
||||||
@@ -311,7 +311,7 @@ You can use the bindings CTRL plus =/- for zooming in/out. You can also use CTR
|
|||||||
"b C" '(clone-indirect-buffer-other-window :wk "Clone indirect buffer in new window")
|
"b C" '(clone-indirect-buffer-other-window :wk "Clone indirect buffer in new window")
|
||||||
"b d" '(bookmark-delete :wk "Delete bookmark")
|
"b d" '(bookmark-delete :wk "Delete bookmark")
|
||||||
"b i" '(ibuffer :wk "Ibuffer")
|
"b i" '(ibuffer :wk "Ibuffer")
|
||||||
"b k" '(kill-this-buffer :wk "Kill this buffer")
|
"b k" '(kill-current-buffer :wk "Kill current buffer")
|
||||||
"b K" '(kill-some-buffers :wk "Kill multiple buffers")
|
"b K" '(kill-some-buffers :wk "Kill multiple buffers")
|
||||||
"b l" '(list-bookmarks :wk "List bookmarks")
|
"b l" '(list-bookmarks :wk "List bookmarks")
|
||||||
"b m" '(bookmark-set :wk "Set bookmark")
|
"b m" '(bookmark-set :wk "Set bookmark")
|
||||||
@@ -760,6 +760,7 @@ The following settings are simple modes that are enabled (or disabled) so that E
|
|||||||
(scroll-bar-mode -1) ;; Disable the scroll bar
|
(scroll-bar-mode -1) ;; Disable the scroll bar
|
||||||
(tool-bar-mode -1) ;; Disable the tool bar
|
(tool-bar-mode -1) ;; Disable the tool bar
|
||||||
(setq org-edit-src-content-indentation 0) ;; Set src block automatic indent to 0 instead of 2.
|
(setq org-edit-src-content-indentation 0) ;; Set src block automatic indent to 0 instead of 2.
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* SHELLS AND TERMINALS
|
* SHELLS AND TERMINALS
|
||||||
|
|||||||
Reference in New Issue
Block a user