Update for February
* Add purescript * Use perspective mode * Use LSP for Rust code
This commit is contained in:
parent
4d18006dc8
commit
7f5f90ae4d
8 changed files with 78 additions and 17 deletions
15
pkg/persp.el
Normal file
15
pkg/persp.el
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
;;; pkg/persp.el --- summary
|
||||
|
||||
;; Author: Maciej Szlosarczyk
|
||||
;; Maintainer: Maciej Szlosarczyk
|
||||
;; Version: 0.1-snapshot
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Perspectives
|
||||
|
||||
;;; Code:
|
||||
(use-package perspective :config (persp-mode))
|
||||
|
||||
(provide 'pkg/persp)
|
||||
;;; pkg/persp.el ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue