summaryrefslogtreecommitdiff
path: root/fnl/config/alpha.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/alpha.fnl')
-rw-r--r--fnl/config/alpha.fnl6
1 files changed, 2 insertions, 4 deletions
diff --git a/fnl/config/alpha.fnl b/fnl/config/alpha.fnl
index 82124ff..8265ff0 100644
--- a/fnl/config/alpha.fnl
+++ b/fnl/config/alpha.fnl
@@ -1,6 +1,5 @@
;; A customizable greeter.
-(module config.alpha
- {autoload {util util}})
+(module config.alpha {autoload {util util}})
(def- ascii-art [" ##############..... ############## "
" ##############......############## "
@@ -25,8 +24,7 @@
(let [dashboard (require :alpha.themes.dashboard)]
(set dashboard.section.header.val ascii-art)
(set dashboard.section.buttons.val
- [(dashboard.button :f " Find file"
- ":Telescope file_browser <CR>")
+ [(dashboard.button :f " Find file" ":Telescope file_browser <CR>")
(dashboard.button :e " New file" ":ene <BAR> startinsert <CR>")
(dashboard.button :p " Find project" ":Telescope projects <CR>")
(dashboard.button :r " Recently used files"