mirror of
https://github.com/atom/atom.git
synced 2026-02-17 18:11:29 -05:00
Add command to open ~/.atom/user.less in an editor
This commit is contained in:
@@ -38,6 +38,10 @@ class Workspace extends Model
|
||||
paneContainer: @paneContainer.serialize()
|
||||
fullScreen: atom.isFullScreen()
|
||||
|
||||
# Private: Open ~/.atom/user.less or ~/.atom.user.css
|
||||
openUserStylesheet: ->
|
||||
@open(atom.themes.getUserStylesheetPath())
|
||||
|
||||
# Public: Asynchronously opens a given a filepath in Atom.
|
||||
#
|
||||
# * filePath: A file path
|
||||
|
||||
Reference in New Issue
Block a user