[org] Whitespace
Tabs to spaces, and tables realigned
This commit is contained in:
parent
6d3220e78c
commit
a040bfceb7
@ -30,7 +30,7 @@ of said command running.
|
|||||||
~set-screens~ is a custom script declared [[*set-screens][below]].
|
~set-screens~ is a custom script declared [[*set-screens][below]].
|
||||||
#+NAME: autostart-table
|
#+NAME: autostart-table
|
||||||
| Command | Arguments | Run once? |
|
| Command | Arguments | Run once? |
|
||||||
|---------------+---------------------------------------+-----------|
|
|-------------+-------------------------------------+-----------|
|
||||||
| ~mpc~ | ~stop~ | no |
|
| ~mpc~ | ~stop~ | no |
|
||||||
| ~picom~ | | yes |
|
| ~picom~ | | yes |
|
||||||
| ~set-screens~ | | no |
|
| ~set-screens~ | | no |
|
||||||
|
@ -668,7 +668,7 @@ We’ll need some utilities when developing Rust from Emacs, namely ~rustfmt~ an
|
|||||||
We will also need some components for development purposes.
|
We will also need some components for development purposes.
|
||||||
#+NAME: rust-components-table
|
#+NAME: rust-components-table
|
||||||
| Component | Why |
|
| Component | Why |
|
||||||
|-----------+---------------------------------------------|
|
|-----------+-------------------------------------------|
|
||||||
| rust-src | Rust documentation in Emacs |
|
| rust-src | Rust documentation in Emacs |
|
||||||
| rls | LSP backend for Emacs |
|
| rls | LSP backend for Emacs |
|
||||||
| clippy | A better version of cargo’s ~check~ command |
|
| clippy | A better version of cargo’s ~check~ command |
|
||||||
|
@ -32,7 +32,6 @@ still in the process of porting my [[file:spacemacs.org][Spacemacs]] configurati
|
|||||||
|
|
||||||
(setq-default initial-major-mode 'emacs-lisp-mode)
|
(setq-default initial-major-mode 'emacs-lisp-mode)
|
||||||
|
|
||||||
|
|
||||||
(setq display-time-format "%Y-%m-%d %H:%M")
|
(setq display-time-format "%Y-%m-%d %H:%M")
|
||||||
(display-time-mode 1) ; display time in modeline
|
(display-time-mode 1) ; display time in modeline
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user