Revision 81dfb7773f8855434889a7060da491482e77e6d3 authored by rjmccall on 13 January 2016, 08:52:41 UTC, committed by rjmccall on 13 January 2016, 08:52:41 UTC
[gardening] Remove recently introduced typo
2 parent s 92175c4 + 4a49c2d
Raw File
CMakeLists.txt
add_subdirectory(vim)

if(SWIFT_INSTALL_TOOLS)
  # FIXME: install gyb.
endif()

swift_install_in_component(editor-integration
    FILES swift-mode.el
    DESTINATION "share/emacs/site-lisp")

back to top