Fixed i3lock, from after update
This commit is contained in:
@@ -199,6 +199,10 @@
|
||||
(use-package cargo)
|
||||
#+END_SRC
|
||||
|
||||
*** [[https://github.com/millejoh/emacs-ipython-notebook][ein]]
|
||||
#+begin_src emacs-lisp
|
||||
(use-package ein)
|
||||
#+end_src
|
||||
* Appearance
|
||||
This section is for appearance customization. Either via packages or manually.
|
||||
|
||||
@@ -297,7 +301,6 @@
|
||||
(display-line-numbers-mode 1)))
|
||||
#+end_src
|
||||
|
||||
|
||||
** rust-mode
|
||||
cargo.el
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
# name: leftarrow
|
||||
# key: <-
|
||||
# --
|
||||
\leftarrow{}$0
|
||||
\leftarrow{} $0
|
||||
@@ -2,4 +2,4 @@
|
||||
# name: rightarrow
|
||||
# key: ->
|
||||
# --
|
||||
\rightarrow{}$0
|
||||
\rightarrow{} $0
|
||||
@@ -2,4 +2,4 @@
|
||||
# name: righttack
|
||||
# key: |-
|
||||
# --
|
||||
⊢$0
|
||||
⊢ $0
|
||||
Reference in New Issue
Block a user