Auto saved by Logseq
This commit is contained in:
parent
369c606bc5
commit
d7fa7d872c
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
- opa3eema}C
|
||||
- Per modificare il font in #emacs aggiungere questo in `init.el`
|
||||
- ```lisp
|
||||
(set-face-attribute 'default nil :font "Monospace" :height 160)
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
- Per poter inserire nuove #password utilizzando `pass` su una nuova installazione ricordarsi di eseguire, all'interno della cartella contenente le chiavi pubbliche e private `pass init`
|
||||
- ```bash
|
||||
cd gpg
|
||||
pass init posta@andreafazzi.eu
|
||||
```
|
||||
- ## #Golang mode per #emacs
|
||||
- Installare `gopls`
|
||||
|
|
Loading…
Reference in a new issue