Install applescript-mode on darwin
This commit is contained in:
parent
fe9e04c091
commit
b938893fbc
@ -184,10 +184,12 @@ the ~custom-file~ as [[info:emacs#Saving Customizations][saving customizations (
|
||||
`(package-selected-packages
|
||||
`(,@(when (version< emacs-version "28.0")
|
||||
'(org)) ; plain text thought organizer
|
||||
,@(when (eq system-type 'darwin)
|
||||
'(applescript-mode)) ; mode to edit AppleScript code
|
||||
anaconda-mode ; strangles python-mode
|
||||
async ; asynchroneous processing
|
||||
auctex ; Aalborg University Center TeX
|
||||
blacken ; Black Python-code formatter client
|
||||
blacken ; Black Python code formatter client
|
||||
citar ; bibliography handling
|
||||
citeproc ; bibliography handling
|
||||
company ; complete anything
|
||||
|
Loading…
Reference in New Issue
Block a user